Augusto Moura

Results 13 issues of Augusto Moura

Sorry if this is repeated. I didn't find any similar issues. Currently, when the line length exceeds its column, an arrow indicates that the line continues ![image](https://user-images.githubusercontent.com/5845160/90934186-3d0da680-e3d7-11ea-9d37-344a76334891.png) I wish we...

We can have the situation that shell options are already unset, in that case we actually change them to setted. The correct way of preventing shell options overriding is using...

When using `Merge` with an indexed type on either left or right hand all the well-known properties are lost. This is because `keyof` of an indexed type always returns 'string...

bug
help wanted

### Is your feature request related to a problem? Please describe There's no way to configure the value for ASDF_CONCURRENCY today, making it almost useless for plugin maintainers, the current...

enhancement
priority

Export the installed name of the plugin for using in scripts. Plugins can have different installed name than it's official, so is safer to get it from a variable than...

### Is your feature request related to a problem? Please describe Currently, each plugin has its own repository, owner, and per consequence development/review process and opinions. Having the official plugins...

Similar to [`rg`](https://github.com/BurntSushi/ripgrep) and [`fd`](https://github.com/sharkdp/fd), add a option to ignore paths in `.gitignore`, `.ignore`, `.svnignore` etc. It's really useful with the `--tree` option (maybe it should be active by default?)...

kind/enhancement

Currently, `node-build` is downloading the generic glibc binary for Linux independently of which libc the system uses. This is a problem in systems that use musl libc (Alpine, for example)....

Currently we always download the official linux binaries for GNU libc even in systems with different libcs, like alpine. This is a bug, nodejs supports being compiled against muslc and...

Node already resolves the correct prefix based on the binary location, the problem with overriding it is that the prefix can be customized to a different location in the .npmrc...