Ashcon Partovi
Ashcon Partovi
> How about a code config file? `bun.config.ts` / `bun.config.js`. Very flexible but it could present a chicken-and-egg problem 😆. We generally want to avoid any config which has to...
Implemented in 728c8fdcdb4e9276a7bd0721bad3b5d0cbed67fa and will be available in the next release, v0.7, or now if you run: `bun upgrade --canary`
Non-issue, both Bun and Node.js do the same thing: ``` ❯ bun base64.js PASS --> UEFTUw== PASS u�Z��m��Z�vڱ�PASS ``` ``` ❯ node base64.js PASS --> UEFTUw== PASS u�Z��m��Z�vڱ�PASS ```
It's not fully ready yet, almost done.
This is done, releases since 0.5.6 have automated release signing.
Thanks for working on this. We recently added support for snapshots.
This appears to have been fixed as of Bun v1.0.7. ``` ❯ curl http://localhost:3000/ -v * Trying 127.0.0.1:3000... * Connected to localhost (127.0.0.1) port 3000 (#0) > GET / HTTP/1.1...
Thanks for taking a stab at this, we've since implemented mocks.
Thanks for reporting, yes, we'll get this added.
Tracking this here: #429