Max Metral
Max Metral
https://github.com/krakenjs/generator-kraken/blob/master/app/templates/common/.nodemonignore Shouldn't have the slashes in front of .build and public.
The timer created here: https://github.com/stianeikeland/node-etcd/blob/1bb5f4da071ee245dbbb47e991dfecdeb2830764/src/watcher.coffee#L93 Is not unref'ed or returned, so there is no way to cleanly end a process that is waiting on this timer. I would prefer that...
It will stop working very soon because of the "compile"->"implementation" change https://github.com/facebook/react-native/issues/33063#issuecomment-1034006810
We have a situation like so: ``` model FuelLog { model FuelLogLocation { ...props } } ``` This doesn't work with the reference pool (on FuelLog) because the snapshot assignment...
As mentioned in #21
**Describe the bug** When I put a referenced ENUM in a path param, the validator thinks that the param should be an array. **To Reproduce** Something like: ``` in: path...