Jonathan Picazo
Jonathan Picazo
It would be most useful if the history contained response data as well as request data. A setting such as `"rest-client.includeResponseHistory"` would make it easier for users who do not...
Windows doesn't have a /bin/sh... I tried to use `npm install` in the Git Bash and Babun console, both gave the follow: > npm ERR! Windows_NT 10.0.10586 > npm ERR!...
Hello! I love the idea behind this extension, but when I try to apply a profile after creating it, it produces the following error...  **VSCode:**...
``` [+] getting track name [+] name is If By Chance [+] downloading song .. WARNING: unable to extract uploader nickname ERROR: Signature extraction failed: Traceback (most recent call last):...
Hiya, It would be nice if the scope in tables went further than once in depth. For instance: This is good:  This is not good: ![screenshot...
It would be nice to have autocompletion for modules using the 'self' parameter. ```lua module = { enabled = false, toggle = function(self) -- autocompletion for 'enabled' here self.enabled =...
Trying to install git-blame gives this error. ``` Installing “[email protected]” failed. > [email protected] install C:\Users\MACBE_~1\AppData\Local\Temp\apm-install-dir-1151023-8304-126cdd9\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas > node-gyp rebuild C:\Users\MACBE_~1\AppData\Local\Temp\apm-install-dir-1151023-8304-126cdd9\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas>if not defined npm_config_node_gyp (node "C:\Users\macbe_000\AppData\Local\atom\app-1.2.3\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild )...
Hello! I was researching if CRA had any support for the [pnpm](https://pnpm.js.org/) package manager. I came across issue #2809 and - per the last comment - decided to try and...
My `package.json` script uses the node-dev CLI to run code with the event listener: ```js process.on('SIGTERM', () => { console.log('SIGTERM fired...'); }); ``` When I use `CTRL+C` to halt the...
It would be nice to be able to include a path for node like with other programs so that in cases where node is installed through managers like NVM or...