dalton-oliveira
dalton-oliveira
@jesseleite Just giving my 2 cents here. Apple FS is case insensitive by default. Zoxide uses by default `pwd -L` for path resolving and this returns the lower case one....
This behavior is due to, after you change to `code` dir and then `z code` again, it will attempt to find an existing dir within the path you are. If...
@jesseleite Can you test ? You'll need `cargo` for building. Then make sure you are in a zsh that zoxide is not enabled (just comment the init command on `.zshrc`....
@SomeoneToIgnore Thanks for detailed description. I have created a PR #8998 that moved required code from wizterm to a separate crate. Have a few questions: 1. At which moment is...
Same error is mentioned on issue #2472. Check https://github.com/sharkdp/bat/issues/2472#issuecomment-1429997730
Hi! Looking forward to make my first contribution! Is it ok to try this one ? I did manage to craft a solution that changes `Editor::manipulate_lines` to allow lines insertion...
@ajeetdsouza thank you for this amazing tool! It has already saving me a lot of keystrokes. Hope this PR is adequate and thanks for taking a look.
@ajeetdsouza I was concerned to break something that I couldn't check manually. Just removed the conditional
Hey @ajeetdsouza have just rebased with main. It's been here for a while so please feel free to reject the PR if you doesn't intent to merge it :)
I'm experiencing this same problem when running `nx watch --project=... -- yarn nx run ...`. Hitting `Ctrl + c` doesn't kill the process on WSL 2, nx v20.1.0.