Tim Kevin Oxley
Tim Kevin Oxley
Currently if you have multiple processes using `conf` with the same storage location they can, and do, clobber each other's data. e.g. 1. p1 reads store 2. p2 reads store...
#### Problem `standard` currently does not check directories above `cwd` for package.json files containing standard configuration. #### Example Say I have `A` & `A/B` directories, both with their own `package.json`...
I'd like a version of `Bounds` but without the camera rotation Camera would maintain the current direction but still pan to fit the object on-screen . Usecase: Use with MapControls...
`useDrag` seems to work fine with `@react-three/fiber` components, but TypeScript complains about the handlers being attached by `{...bind()}`. e.g. ```typescript const bind = useDrag(() => {}) return ``` ``` Types...
Mouse just doesn't seem to do anything. No clicks, no scrolling. Built from master at c85671e on M1Max, built with latest `brew install neovim --HEAD`. Is there some special config...
Where `md5_file` go? Is it not there for some reason? on OSX 10.7, Node 0.6.2 ``` hashlib.md5_file(fileStats.name, function() { ^ TypeError: Object # has no method 'md5_file' ```
Is there any way to invoke expresso using nodes --debug parameter so I can perhaps run tests through something like the V8 debug tools? Is there another way to step...
Dead?
What's the status with this project, it seems rather inactive? Has the idea been canned or superseded by something else?
Hey I've got an 'express koans' thing I set up a while back: https://github.com/timoxley/express-koans I'd thought to rejig them into workshopper, but I don't really use express anymore so meh....