Steven Sun
Steven Sun
I'm still running into this, but I noticed if you comment out these lines you'll at least be able to see underscores and the command line stops shrinking: https://github.com/kkoenig/wimproved.vim/blob/f824a382753716f82f4f8528494a463426126300/wimproved.c#L223-L224 It...
I'm running into this, I created a [minimal repro here](https://github.com/gsuuon/repro_fls_reactor_3proj_issue). It looks like reactor goes crazy if there are more than 2 project references, without interacting with the editor. I'm...
Just want to add that this would also be helpful for any DU with a case that shares a name in the same namespace ([sharplab](https://sharplab.io/#v2:DYLgZgzgNAJiDUAfAtgexgV2AUwAQFl1cBeAWAChcrcAXATwAc8BJAO1ewCcARAVRIrUhuRLgBiqVIOFVRAIQCGnaTJW1GeAPIYaXPiRlU1Q0Ww49+qMLjN7ex6vIUAvNRRw1cYVgMrUwGKwAxjQAlqisaqKEMAB0thaxEqi4ALQAfLgARGCSWbgA9AW4XJyonOIAygCM1QBMAOwguAAqABahELiduKyongq4QREQNJwYIeW4U8ChupwKwFDTFYPDrKPjkxU9AEbYoawA5rgYENgw3cHlnNghwHRRBOjx7HaxihUZ2btKWRQUVBMHwxAHkDxeVh1XxCALBMIRJ4JPhJSRpTI5PKFYp9EqcMrKPyyGxvRKfdE/P5AA===)): ``` module Mod = type...
> I only notice this on the Windows version of WezTerm. The Mac version works great. Does this still happen with shell_integration set to false in the nushell config.nu? Setting...
Running into this trying to pipe `find` into `mv` as well. If I try to use the external `mv` command ` ... | each { |it| ^mv $it ./folder }`...
Would be nice to get this working with Deno as well, which had WebGPU until [1.31](https://github.com/denoland/webgpu-examples/issues/13) (and may get gpu support back soon)
If you uncomment [these](https://github.com/lornix/vim-scrollbar/blob/master/plugin/scrollbar.vim#L89-L90) it should work. I think [this](https://github.com/lornix/vim-scrollbar/blob/master/plugin/scrollbar.vim#L54) value should probably be initialized to 0 so the bindings get [set up](https://github.com/lornix/vim-scrollbar/blob/master/plugin/scrollbar.vim#L176)
Hi! I couldn't find a public API for Github copilot, is there one?
@Myzel394 thanks for the tip, I'll check it out
Thanks for the detailed feedback! I'll reference this when I take another pass at the readme. I've also been thinking of adding a tutorial style section that walks through building...