James Trew

Results 305 comments of James Trew

Seems like not a bad idea. If anyone is interested in implementing, a PR is welcome. I might try to work on it in the future but no timeline guaranteed.

Hey @fdschmidt93, I'd like to put my name in for consideration. I've been following this plugin for a while occasionally submitting PRs and chiming in on other's issues and such....

Thanks, sounds good :rocket: To me, this project feels mostly feature complete. There's still a pretty continuous stream of minor enhancements and options requests but I'll probably stick to encouraging...

Had to revert https://github.com/nvim-telescope/telescope.nvim/pull/2599

> Having the same result here. Oddly, this happens when trying to access /app/sign-in/[[...sign-in]]. However, this does not happen when navigating to /app/sign-up/[[...sign-up]] 🤔 That's because the contents in between...

tbh, I'm very hesitant on merging this. I don't have the capacity to maintain a bunch of glue code to a variety of trash related CLIs across multiple OSs, none...

hmm... I can't replicate this on linux. can you try using `:set shellslash`?

Yeah this type of issue is a known issue on Windows. https://github.com/nvim-telescope/telescope.nvim/issues/2651 https://github.com/neovim/neovim/issues/24542 -- neovim core - but there is no "fix" for `()`. https://github.com/nvim-telescope/telescope.nvim/issues/2446#issuecomment-1706737878 The last linked comment is...

This might (at least be partially) improved by https://github.com/nvim-telescope/telescope.nvim/pull/2628