Jordan Lees

Results 50 comments of Jordan Lees

> This happens because `process.env.NODE_ENV` doesn't exist at runtime. This enables dead code elimination Is that in a spec somewhere or was it decided by you and/or other Bun developers?...

> this breaks esm import @evanwashere Example? It works perfectly fine for me. The following behave exactly the same: ```js var assert = require('assert'); assert(true); console.log(assert.ok === assert); assert(false); ```...

I edited glslCanvas myself to add that functionality, and it works quite well. Here's what I changed: - Added this on line 1451 (after it loads the shader) to take...

In bun version 1.0, it's now able to survive a shocking 8,710 nested loops when **running**, but the behavior is still quite strange. I once again have an original `loops.js`:...

Keywords for search: Multiple downloads, concurrent, concurrency, parallel, speed (I had difficulty finding this thread earlier because I didn't have the right search terms)

Question: If and when this is implemented, would it also speed up the "Processing x items to ensure consistent local state" stage? It takes forever and a half for the...

> @JL102 Can you provide a QR code image? @maslick Thanks for such a quick response! Sure. Here's the QR code with the binary data I included as the example:...

I should note one thing: During my research the other day, I found this stackoverflow post: https://stackoverflow.com/questions/37996101/storing-binary-data-in-qr-codes and in the person's notes, they said ZBar can't handle null bytes. If...

Commit https://github.com/maslick/koder/pull/87/commits/112272897de530fde93333d21278dcf681dc0de3 was because I saw a diff on the last line of jsQrWorker.js, so I thought it was because i accidentally deleted a newline at the end of the...

The app I'm working on may be run on a wide variety of devices, including older and slower phones. Also, sometimes the device/browser may give a video stream that's a...