Mark Penner
Mark Penner
**Is your feature request related to a problem? Please describe.** Yes. I'm trying to use `typeboxResolver` with ElysiaJS to share a schema between client and server. This almost works, except...
I know the docs briefly mention that everything is converted to utf8, but it really shouldn't do this. I'm trying to insert a binary hash into the database which I...
I'm using node-dev in conjunction with `webpack -w`. Every now and then I have to restart the webpack watcher when I install new packages. Normally I can just leave node-dev...
Perhaps I'm doing something wrong, but I can't figure it out. The [documentation](https://github.com/jlongster/grunt-nunjucks#options) says we need to use the `env` option when using extensions. So, I've configured my Gruntfile like...
When I run my script w/out `source-map-support` in recent versions of node, internal code is greyed out:  When I run with `source-map-support` I get a nice trace showing my...
There doesn't appear to be an easy way to run my Zig program from within the IDE (using PhpStorm). Might be nice to add a "configuration"  So that I...
For lists of checkboxes like this:  I like to store the IDs of the checked elements in a `Set`. To "toggle" a checkbox right now I have to do...
Demo?
A demo or at least some screenshots of the issue tracker would be nice.
### What version of Bun is running? 1.1.6+e58d67b46 ### What platform is your computer? Linux 4.4.0-19041-Microsoft x86_64 x86_64 ### What steps can reproduce the bug? Run ```sh BUN_CONFIG_NO_CLEAR_TERMINAL_ON_RELOAD=1 bun run...
…t schema This will infer the correct type with Typebox Transform Types (https://github.com/sinclairzx81/typebox?tab=readme-ov-file#transform-types) are used