Leonard Hecker
Leonard Hecker
I've tried this and couldn't reproduce it in Windows Terminal when simply trying to copy/paste those 5 characters. What terminal are you using?
I continue to be unable to reproduce the issue. I tried different keyboard layouts and so on as well. If anyone has this issue on one of their PCs but...
Oh, interesting. I tried it with a Russian layout (due to that other Windows Terminal keyboard layout bug), and it didn't reproduce the issue for me. With a German layout...
The primary issue with having an API that asks the terminal is that it requires a costly cross-process roundtrip. Console applications on Windows are already some of the worst of...
I'm somewhat hesitant to doing this as keeping the translations in Rust simplifies the build process quite a bit.
Reported internally as GCS-716557.
Generally speaking, probably yes, but I personally haven't gotten a chance yet to look at it. Currently every member of the terminal team is unfortunately either working on another project...
> It was more or less like you said where the matching was not quite as good but the implementation was much simpler. Let me know which direction you guys...
Let's say we go with fzf, since you prefer its behavior. I just read your fzf implementation in fbf76f2d26986e6f4290336afe415f63d7ed37aa and it actually looks absolutely fine to me (it uses the...
I went through the PR and played around with it. It works quite well and is subtly better than what we currently have for the cases I need. What I'm...