Comment by umvi
4 hours ago
Hmm, yeah before "DeltaDB" I have a big list of things I would rather they develop/fix:
- Vertical activity bar (https://github.com/zed-industries/zed/pull/58868#issuecommen... - rejected because it "doesn’t match our design vision for Zed")
This is my #1 annoyance: clicking microscopic icons at the very bottom of the screen to switch views.
- Don't crash my entire PC when there's a large (100+ MB) JSON file in the working directory
- Don't freeze when resuming from suspension (I suspect this is GPU-driver related on linux) forcing me to `killall zed-editor`
> This is my #1 annoyance: clicking microscopic icons at the very bottom of the screen to switch views.
Have you considered using a keybind? They even show which keybind to use when you hover them.
Amazing that someone would prefer a vertical bar that is 85% empty, wasted space instead of pressing a few keys on the keyboard - for a text editor of all things.
> Don't crash my entire PC when there's a large (100+ MB) JSON file in the working directory
I don't think you can put this on Zed. An unprivileged userspace application, even if coded poorly, shouldn't crash the machine.
> An unprivileged userspace application, even if coded poorly, shouldn't crash the machine.
How would you prevent that? It can write until root disk is full, can take all your memory, saturate your CPU and a whole bunch of other stuff we (users) like to be able to do for the things that need them.
Unless you're suggesting something like Qubes or similar UX?