Theo Ephraim
Theo Ephraim
in our use case, we have external code that is managing user names and colors. This PR lets you register a `getUserInfo` option which will take whatever you shove in...
Lets you add some content at the top and bottom of custom meta boxes by setting `instructions_pre` and `instructions_post` properties on any `add_meta_box` calls. Had to change how arguments are...
I find myself wanting to add short notes and instructions in meta boxes sometimes. This could be added either as a single note at the top of the box (or...
It seems when using the `concurrency` setting on a worker, that it causes multiple promise resolutions. It doesn't appear to be causing any problems, however normally I would be watching...
Very cool tool. I've tried a bunch of the alternatives and this one seems to work fairly well :) However, as mentioned in https://github.com/ccontrols/structured-types/issues/8, it would be great if this...
### Which problem is this feature request solving? During the build process, I can inject code into the built functions files without any problem. However during dev when the files...
### Describe the bug I am using vite-node directly and while sourcemaps appear to be generated correctly, and error line numbers are correct for an initial execution, after HMR and...