Skip to content

Navigation Menu

Sign in
Sign up
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oven-sh/bun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Loading
...
head repository: khajimatov/bun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 5, 2022

  1. Fix: /manifest.json returning 404

    After creating react app with `bun create react` and starting dev server, server is responding with a status of 404 because it was reading /manifest.json as `application/octet-stream` instead of `application/json`. In my WSL (Ubuntu 20.04) server responds with this message after running dev server - `404 GET /manifest.json as application/octet-stream`. So, I assume this is because these 'if' statements are not placed correctly, and should be placed inside `if (strings.eqlComptimeIgnoreLen(category_, "application")) {` condition.
    khajimatov authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    0995e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8db4dc View commit details
    Browse the repository at this point in the history
Loading

AltStyle によって変換されたページ (->オリジナル) /