Caleb Heydon

Results 8 comments of Caleb Heydon

It looks like a temporary fix was merged upstream: https://github.com/kvark/blade/pull/110 On X11 (KDE), Zed is crashing whenever I try to resize the window. I tried updating the blade version to...

I noticed that if I build v0.130.6, it doesn't crash for me, so I think a recent change must have made the problem worse.

I've found a workaround. On KDE, you can right click on the taskbar icon and under more, click maximize. It will crash if you try to use the normal maximize...

This is still an issue for me when I alt tab.

I was looking through the codebase to see where this function is used, and it looks like there are a few places where something is appended to the temporary filename....

Adding a suffix argument is a good idea. What would be the benefit of creating a TemporaryFile wrapper over returning an fstream? File deletion?

I not a C++ expert. How would you implement the TemporaryFile lifetime management? Why not just have the function return a unique pointer?