Antoine Bolvy

Results 47 comments of Antoine Bolvy

I also wonder what permissions `requestedReviewer` needs to work properly

Does closing all Zed processes, and then running `zeditor -n -w /tmp/a` reproduces the problem? I noticed that opening a single, empty window doesn't do much to CPU usage. However...

Actually for me this was the original problem: https://github.com/zed-industries/zed/issues/39442

Thanks to a [workaround from @neophyl on the printables.com forums](https://forum.prusa3d.com/forum/prusaslicer/removal-of-solid-infill-on-a-part-with-zero-infill/#post-681172), I was able to remove completely the solid infill by adding a height modifier on the whole height except bottom...

I based my fix on https://gitlab.gnome.org/GNOME/gtk/-/issues/613 and then found that some code in other places already do this (kinda) (grep for create_surface_from_pixbuf)

Thanks for your answer! sorry for the delayed response. ``` ❯ asdf current nodejs Name Version Source Installed nodejs 22.13.0 /home/arch/git/work/project/.tool-versions true ❯ echo $ASDF_NODEJS_VERSION ❯ ~/.asdf/installs/nodejs/22.13.0/bin/npm -v 10.9.2 ❯...

Nice, seems like it fixed it for me too!