Gibson Fahnestock
Gibson Fahnestock
Currently if I want to save my config, I can go symlink `~/Library/Preferences/dexterleng.vimac.plist` into my dotfiles repo, however there are two issues with this: 1. On startup, if the file...
Using `duct` has been a great improvement for shell-heavy Rust, but one issue I end up running into a fair bit is that when a user of my CLI hits...
See also https://github.com/nodejs/citgm/issues/533 Download [ibm_db.txt](https://github.com/timoxley/columnify/files/1615846/ibm_db.txt) and run: ```js 'use strict'; const fs = require('fs'); const columnify = require('columnify'); const message = fs.readFileSync('./ibm_db.txt', 'utf8'); const tag = '' const msg =...
See [this Question/Answer](https://vi.stackexchange.com/questions/16565/reclaim-cursor-shape-in-operator-pending-mode-neovim-while-using-vim-surround/16566#16566) on Vi StackExchange. Basically neovim changes the cursor so you get a block `█` in normal mode, a vertical-bar `|` in insert mode, and a horizontal-bar `_`...
vim-sneak's label mode is a really nice alternative to easymotion, but I think (hope) it would be relatively easy to add as an option to this plugin. https://github.com/justinmk/vim-sneak https://github.com/justinmk/vim-sneak/issues/58 The...
We get problems like this: https://github.com/nodejs/node/commit/75318e46b824c2dbba6251d94b178469d461b3ef#commitcomment-24788304 all the time. The solution we have is to put the PR-URL (or other relevant metadata) in a comment on the commit. If `branch-diff`...
Many tools require us to specify other versions of `protoc` than the default that comes with the ruleset, and it would be really nice to be able to specify that...
### Describe the bug When you pipe the stdout or stderr of `gh` somewhere, it no longer writes useful output to the stderr. ### Steps to reproduce the behavior ```console...
If a commit adds an empty file, delta doesn't show it in the output, but git does. I'm assuming this is a bug, but in case it's a feature, it's...
(migrated from https://github.com/eyre-rs/color-eyre/issues/130) Sorry if this is in the docs/examples and I missed it, but I'm struggling to work out how I would manually generate a backtrace or a spantrace...