Zachary Haber
Zachary Haber
**Is your feature request related to a problem? Please describe.** When setting up an listener, you end up having to define your callback in a separate variable in order to...
Fixes #301 - Chokidar has issues specifically on windows with watching paths with globs in the name. In order to work-around that, the best approach I can find is to...
### Problem On Windows, changing a file with a directory path that includes non-empty brackets (`{env}` for example) doesn't trigger watch mode to update. It appears to be related to...
1. Describe your new request in detail I'm looking for a way to pull a set of bytes from a `BLOB` for downloading/streaming a file out of the database. Currently...
When working with `moduleResolution: nodeNext`, the type definitions are interpreted by typescript as being commonjs. It doesn't seem to register the existence of the `module` property in the package.json. So,...
#50 The issue that was that QTDROPBOXSHARED_EXPORT wasn't being put in front of the class definition, which caused the generated libraries not to include this class and its functions.
As in the title, the first time I ran node-dev, a shortcut got entered into my windows startmenu for SnoreToast. ``` Installing shortcut: "C:\\Users\\userId\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\SnoreToast\\0.7.0\\SnoreToast.lnk" "C:\\code\\project\\node_modules\\node-notifier\\vendor\\snoreToast\\snoretoast-x64.exe" Snore.DesktopToasts.0.7.0 ``` Can you...
The entire browser would freeze up nearly constantly when the dev tools were open on a page.
If you have a multi-line template string, quotes inside of it are converted as if you aren't in a template string already at all. This demonstration is without "Convert Within...
# Issue I'd like to be able to set up a separate default on the Swagger from the one in Joi. My use case is this: I want to add...