jansol

Results 348 comments of jansol

> still blurry on gnome, 150% fractional scaling, but slight But is it equally blurry with 100% scaling? That falls under #7992

Does the problem disappear if you run `rustup update && rustup component add rust-analyzer` **in your project directory** before launching zed? I've seen some recent-ish weirdness related to how rustup...

I don't have much time for my Rust projects, but I took a quick look just now and did not encounter the error. Then again I have a somewhat convoluted...

it should render if you use the Github-flavored markdown syntax for images instead of HTML, i.e. `![alt text](png/myimage.png)`

Work for me as well (on Linux), closing.

This presumably makes the `title` capture obsolete so that one should be removed. Or is it valid to have heading levels beyond the ones here? This change should probably also...

No need to change anything in SDL it self, but it does require a bit of platform-native code to interface with wayland/x11 directly using the respective native handles. SDL has...

Looks like Alacritty does not draw any shadow behind the window - if you set the window opacity to 0.0 you can see the shadow getting cut off at the...