Peter Pieske
Peter Pieske
@savq Do you have any idea how to improve the situation? There is some interest in making a Julia extension for the Zed editor [here](https://github.com/zed-industries/extensions/issues/145#issuecomment-2009071999). It looks like we need...
> The operators aren't really a problem. @savq, I tossed things around again and now I'm pretty sure that the number of operators is at least one of the problems....
@clason: Thank you, I'd assumed scanner.c was auto-generated. I replaced the four instances of `exit(0)` with `abort()` and it built. This is my setup: - clone the current [tree-sitter-julia master](https://github.com/tree-sitter/tree-sitter-julia/commit/e84f10db8eeb8b9807786bfc658808edaa1b4fa2)...
I agree with @fisenkodv that it should be easier to disable the various panels and assistants. It took me some time to figure out the relevant settings when trying out...
I appreciate the transparency about the telemetry logs. Writing to `/tmp` would make it hard to find and audit them so, I think `~/.local/share/zed/` or `~/.local/state/zed/` would be a better...
I think this issue should be kept open as it addresses macOS. The fixes solve the problem for Linux and Windows only.
I'd appreciate triple-quoted strings too. It's a feature I regularly miss in fish. IMHO, HereDocs are just ugly. I spend most of my time coding Julia and there's a similar...
May macOS' key remapping help you? It doesn't turn capslock into a new modifier key but I believe you could do this within Hammerspoon. I remapped caps lock to F13...
The path of the `hs` executable is: ``` /Applications/Hammerspoon.app/Contents/Frameworks/hs/hs ``` so, you may want to include it in your `PATH` or make a symlink. There's also a man page: ```...