@ajaydottxt@jarredsumner@bunjavascript Opentelemetry works fine with compiling, you just meed to preload telemetry script and mark modules that use it as external in bun build(example mongo/aws/redis)
@jarredsumner@bunjavascript The existing npm packages expect preloading instrument script. But I compile and run my server, so they don't work well. :(
@saltyAom life cycles are very, very confusing
opentelemetry is completely broken (at some point it just stops collecting traces and it all clumps into one)
error handling feels like second class
missing DX things like easy 404 handling (currently throws an error), and many more things
Anything you feels like missing from Elysia?
Feature requests or what could be improved
Be wild, it doesn’t have to make a traditional sense
Just says anything you want
@bunjavascript Can you please address the mongodb memory leak that’s been going over a year?
github.com/oven-sh/bun/is… Possible memory leak when used with MongoDB · Issue #12117 · oven-sh/bun
Bun v1.2.20
- Fixes 141 issues (addressing 429 👍)
- `bun install` migrates yarn.lock ⮕ bun.lock
- Reduced idle CPU usage
- Node.js compatibility improvements
- Many reliability improvements to runtime, dev server, bun test
Thanks to 19 contributors!
bun.com/blog/bun-v1.2.…
@jarredsumner Can we elevate the MongoDB memory leak issue? We have been waiting to migrate but we can’t use Bun in production for our backend because of this.
github.com/oven-sh/bun/is…
@bunjavascript@cirospaciari Well this version broke the temporal.io sdk. Looks like its connected to grpc connection in the idle state.
1.2.7 works fine
Do you know why this won't focus the input and how to fix it? Learn about that with more practical examples in my latest article on Epic React: epicreact.dev/mastering-focu…