N

Results 17 comments of N

I am going to close this since I still use espanso and haven't run into any trouble lately. Thanks!

@nreid260 would it be possible to implement something similar to what `rustfmt` does? E.g. with the following Rust, ```rust fn main() { let vec = vec![1, 2, 3, 4, 5];...

If anyone else has this issue, I can confirm that the approach of (1) deleting the copilot cache directories and then (2) reinstalling Zed by downloading the official .dmg file...

For anyone else who got the SIGSEGV (aka segmentation fault) error on MacOS. I did the following and it worked on my machine: 1. Create a new poetry project: `poetry...

This is nice. Would it be possible to make the `/rg` command pop up an interactive window for selecting a file? Otherwise, it seems like it would be easy to...

I've been using Zed and it's an awesome editor, but it seems that the keybinding features are quite limited right now. Would it be easy to allow for chaining multiple...

I am having the same issue on Mac, but I can confirm that the include_str macro does work, per the comment above.

@EsterAuren unfortunately I got the same error on MacOS, and it looks like this project is unmaintained. I'm working on a separate project similar to this one that would allow...

Hello @EsterAuren , the project I mentioned is finally ready. You can find the repo here: https://github.com/avi-cenna/whisper-server If you have any questions or run into any issues, please don't hesitate...