Gabriel Montes

Results 34 issues of Gabriel Montes

#### Operating system and version: macOS Big Sur v11.5.2 #### `nvm debug` output: ```sh nvm --version: v0.38.0 $TERM_PROGRAM: Apple_Terminal $SHELL: /bin/zsh $SHLVL: 1 whoami: [EDITED] ${HOME}: /Users/[EDITED] ${NVM_DIR}: '${HOME}/.nvm' ${PATH}:...

needs followup

Implement a solution similar to [babel-preset-es2015](https://github.com/babel/babel/blob/master/packages/babel-preset-es2015/src/index.js).

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior As discussed eons ago in #2381, the gas check done in...

Bug
1.x
Investigate

**Describe the solution you'd like** Have the ability to select "Spanish-ISO" from the list of keyboard layouts and show proper mappings in the keys list. If there is any way...

enhancement

When installing `pre-git`, a default setting for the `commit-msg` is set. Is there any way to prevent this behavior? In repos where no such a rule is applied to commit...

question
minor

If the callback to a `find().toArray(cb)` query throws an error, it is called multiple times. For instance, executing the following code in `test.js`: ```js var Db = require('tingodb')().Db; var db...

This change prevents large address versions (larger than 0x7fffffff) to be read as negative numbers and failing to lookup the correct network from the Networks map. Large address versions could...

**Describe the bug** When trying the CLI, `Error: Cannot find module 'commander'` is thrown. **To Reproduce** `npx monopacker` **Expected behavior** Not to throw an error. **Screenshots** N/A **Desktop (please complete...

buggish

### Description When using the EB CLI 3.20.9 and 3.20.10 to create a new application/environment with "docker" as platform, the environment is created with the "Docker running on 64bit Amazon...

### Description As a general rule, callbacks should not be called inside promises and, as a general rule, it is advisable to "nodeify" the promise call to properly work within...

enhancement