Tim Kevin Oxley

Results 74 issues of 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...

enhancement
help wanted

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

enhancement

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

enhancement

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

help wanted
Typescript
r3f

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

enhancement
good first issue
frontend

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

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