Thorsten Ball

Results 480 comments of Thorsten Ball

Just to record this here, because I just ran into the code: we *do* cleanup other binaries in our folder https://github.com/zed-industries/zed/blob/dfcf72b86c13a8144854da9d5d1c98e7cde177f4/crates/zed/src/languages/go.rs#L121-L124

Pretty sure this was fixed by https://github.com/zed-industries/zed/pull/11849. Closing, but happy to reopen if it's still there on latest Preview.

@kag359six even on the newest Preview release? There should be errors in `~/Library/Logs/Zed/Zed.log` — are there any?

Hey @grzegor! Can you clarify on what exactly Zed should support and doesn't right now? A keybinding is overwriting `opt-z`?

Okay, got it! So the problem is not that these keys don't work, but that they're overwritten by default -- do I have that right? Because I can use `opt-u`,...

So is the idea here that you skip the event loop entirely? Is there no alternative solution possible where we wake up the event loop listener on certain events?

> If by event loop you mean paint loop (at least that is my current understanding) then yes. > As stated in the issue, I feel like waiting for (or...

@Tom-Boscher this might be completely unrelated, but I want to get this out of the way: in the log messages above it prints an error because Zed can't start your...

Thanks! That's very helpful.

I have a fix for the Nushell env not loading here: https://github.com/zed-industries/zed/pull/7442 But that doesn't guarantee that Copilot will work. When you start Zed from the command line (using `zed...