Conrad Irwin
Conrad Irwin
@dimitrisnl This doesn't sound good at all. I can see in the logs that you are seeing Forbidden responses, but not why. The most likely cause of this seems to...
Glad it's working, but... yikes! Let me know if you run into it again and we can sit down together and debug.
Thanks for reporting! Currently we don't have a good way of adding extra functionality to the existing editor mappings, so vim mode gets undo/. etc but normal mappings don't. I'll...
@jvanbaarsen This is a great idea. If you'd like to pair on it, please find time here: https://calendly.com/conradirwin/pairing. We have some general actions that allow "open in split", so we...
@Dageus Thanks for this! I think we need to only ignore the `format_on_save` parameter if this was triggered by auto-save, so we need to put the if statement in `pub...
Thanks for reporting this, and sorry that Zed is crashing for you! Looking at the crash report, the crash seems to be this one: https://developer.apple.com/documentation/xcode/sigtrap_sigill. "Some lower-level libraries, such as...
I did a bit more digging here, and it seems like `__CFCheckCFInfoPACSignature` is trying to validate a pointer using ARM's pointer authentication code; and somehow we're failing that validation... It...
(The only thing that doesn't quite make sense about that theory, is that it shouldn't be crashing so reliably after 20s...)
@GrigoriosTsenos are you able to run the preview release from https://zed.dev/releases/preview/0.134.0? If so that contains the (probable) fix.
Great, thanks for confirming!