Matt Black

Results 4 issues of Matt Black

Sometimes you want to do this: ``` function Thing({ position, rotation }) { const [ref] = useBox(() => ({ position, rotation })); return ( ); } function CoolThing({ position, rotation...

@theodorDiaconu I'm the random dude that messaged you in the Meteor forum DM about dynamic schemas. As you know, I have a need to generate dynamic schemas at runtime. This...

Currently the output file name is generated from the model name and the output path is always the working directory. This adds an option `--output`, `-o` to override the output...

@kaivi Any plans to bump peerDeps to support react 16? I can do pull request if you'd like. Been using this in a project with React 16 for a month...