TrèsAbhi
TrèsAbhi
How do I made `zundo` work with `subscribeWithSelector` in typescript? Wrapping `subscribeWithSelector` with zundo middleware unleashes Pandora's box and it does not make sense to me, a relatively new typescipt-er....
It would be pretty neat if you could make the grid snap to a multiple of a certain number. This behavior can be seen in graphic calculators and would be...
It's quite clear in the title. No matter what I do, it just won't bundle. I can't even find a place to specify `bundle: true`. `vite.config.ts`: ```ts export default defineConfig({...
This will be useful for representing snap distances.
When in opaque mode, my shader uses diffuse color to allow there to be lighting on the mesh. When not in opaque mode, my shader forms a neon overlay. But...
# Bug report ## Description / Observed Behavior Giving a child an absolute position (`position: 'absolute'`) and the parent a relative position (`position: relative`) allows the child to be freely...
These two changes should fix #528 and open this library to numerous other partial hydration frameworks.
Thanks for this amazing little snippet of tech! I modernized it for my purposes so I thought you may also be interested. Removing TypeScript annotations will opt you out of...
# Eliminate `x | undefined` when `required` is passed (done) ```proto syntax = "proto2"; message Test { required Child child_a = 1; required uint32 child_b = 2; optional uint32 child_c...
### What problem is this feature trying to solve? Depot downloader is far too verbose for my logs. ### How would you like it to be solved? A -q or...