Scott Bronson
Scott Bronson
Minor feature request... What do you think of making the comma operator work on CSS selectors? Like the first line here: ``` atom-text-editor .wrap-guide, :host .wrap-guide { color: @syntax-wrap-guide-color; }...
Fixes #435 Also updated some tests to use the abbreviations where convenient.
If I'm not merging and I hit merge-conflicts:next-unresoved, is there any reason it doesn't just run merge-conflicts:detect? And, if I'm in the last merge conflict in a file, I wish...
**Describe the bug** After I changed my login name, Airshipper could no longer download and run Veloren. **To Reproduce** Steps to reproduce the behavior: 1. log in as root 2....
### Problem Installing rustup via the bash command messed up my .bash_profile. The installer truncated the line `[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"` to `[ -f "$HOME/.cargo/env" ] &&`...
Hovering over the blame-to-editor boundary, I see a cursor indicating that the pane can be resized.  However, it can't. Either the pane should resize (preferred!!) or the cursor should...
It would be nice if subsequent lines from a commit would be dimmed 60% (or something). The zebra striping helps but it's pretty noisy!
It's easy, why not! Source: http://stackoverflow.com/questions/9286504/switch-between-tabs-in-sublime-text-vintage-mode
Hitting ; should repeat the previoius f, F, t, or T. Vintage gets it right with f, F, and t, but pressing ; after T is just ignored. To reproduce,...
**Describe the bug** Related to #586 but for `up` instead of `build`. `podman-compose up` always returns a success result code, even when the command fails. This is an issue, for...