Mark Penner

Results 46 issues of 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: ![](https://i.imgur.com/lkfCQAi.png) 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" ![image](https://user-images.githubusercontent.com/1112998/181865126-e290406c-7cef-4404-91c4-af58cce3c75e.png) So that I...

enhancement

For lists of checkboxes like this: ![image](https://user-images.githubusercontent.com/1112998/34587397-0e3fd590-f15d-11e7-9f01-3a28c8385465.png) I like to store the IDs of the checked elements in a `Set`. To "toggle" a checkbox right now I have to do...

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...

bug

…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