Jonathan Picazo

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

help wanted
Boilerplate

Hello! I love the idea behind this extension, but when I try to apply a profile after creating it, it produces the following error... ![2022-04-01 at 01 03 28@2x](https://user-images.githubusercontent.com/8473052/161198485-01710617-228f-4dc6-a2c5-6681d5ad34e8.png) **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: ![screenshot from 2017-08-23 19-29-56](https://user-images.githubusercontent.com/8473052/29629744-2dfcd072-883a-11e7-9b90-87c78769b7b9.png) This is not good: ![screenshot...

enhancement

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

CLA Signed
tag: documentation

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

enhancement
someone else will need to do