Michael H
Michael H
I personally don't think its a good idea to do this. Basically we already have some shims for undici and others, and it causes plenty of issues from minor compatibility...
If you unset `BUN_INSPECT_CONNECT_TO` before running `bun repl`, it *should* work. Context is vscode extension has a socket connection allows errors to be shown inline in ide, and something about...
> note: I don't know how to test this locally so I couldn't check if it works as intended the file itself should be runnable by bun, so like `bun...
Yeah they aren't officially standard ones. I think it's still possible for bun to add extra "overloads" though.
> yep the functionality works fine since it can just be casted to `CompressionFormat`, it's just a bit strange to require casting or tsignore for an officially supported feature Yoo...
> Any workaround? Using Bun.build and naming I managed to get it working - however now each page has its own duplicate css file https://github.com/RiskyMH/EmailThing/blob/main/apps%2Fpwa%2Fbuild.tsx#L59-L64
Is this just a fancier way of --define? also how well does it work with dynamic strings? does it error at build time? does it support dynamic at runtime via...
Also I moved my fork to personal acc so you guys can actually interact with it unlike last time :rofl:
> Yea probably some overload for Bun.server{port would be better but i don't think this API would be usaged a lot except for some cli's and etc Yeah I have...
I meant the i close the Bun.serve as I needed the port for another node api, so it has time where its not in use.