Gibson Fahnestock

Results 137 comments of Gibson Fahnestock

>I thought it was the next cargo build after cargo bump -g which then updates the Cargo.lock. Not the cargo bump -g itself. I can test that soon to be...

To compile the applescript you can use: ```bash # Run once to create the applescript app. echo \ 'try tell application "System Events" tell application process "CoreServicesUIAgent" tell window 1...

I'm on macOS, on which I believe raghur has you set a variable like: ```vim let g:ghost_darwin_app = 'kitty' " Tell vim-ghost which terminal to open. ``` and then to...

I'd be fine with different options in delta vs bat, and with copying things from my bat config to my delta config. Ideally the argument names would be the same...

@qvacua I _think_ (I'm not a super-vim-expert :grin: ) that I won't be able to do that, the problem is that I want to do the default, which would be:...

@qvacua ah I see, so that half-works. It opens the files in buffers not tabs, but when you open more tabs it opens another instance of `vimr`, rather than adding...

@ptzz that option works for me in neovim, but not in Vimr. Not sure why (or if I'm doing something wrong).

I like the idea of always letting you know somehow (possibly at the end) what the results (pass/fail) were for the flaky tests. I don't think it needs to be...

@gdams If you do an implementation we can discuss.

For `2.` we already have the `script` option, we'd just need to extend it (as discussed in https://github.com/nodejs/citgm/pull/278).