Mattias Eriksson

Results 90 comments of Mattias Eriksson

like @majutsushi I normally prefer exact matches in arbitrary order, I rarely do typos so my need for fuzzy search is not very high. And just today I had a...

> For now you can use a channel to write async function style stream handling as alternative. @fakeshadow but the solution you suggest will run in to the issue that...

from feed https://programming.dev/c/rust (programming.dev runs 0.18.0) ![bild](https://github.com/LemmyNet/lemmy-ui/assets/6420639/07fe5f17-1339-4c35-8ed9-a6ecd21ceace) If I click the post it renders correctly ![bild](https://github.com/LemmyNet/lemmy-ui/assets/6420639/eb606103-4dfa-4334-a460-ec550abd9cc5) So, it seems this is still an issue, unless I missunderstand what this issue...

Isn't that what the keys ``` CTRL Z -> TogglePaneZoomState SHIFT | CTRL Z -> TogglePaneZoomState SHIFT | CTRL z -> TogglePaneZoomState ``` does? or....

I think I see this on Gnome 38, with Wayland on a intel integrated gpu using latest nightly. ``` wl_surface@86: error 2: Buffer size (803x12) must be an integer multiple...

Are capchas (or any other bot prevention method) enabled by default, to avoid new instances being invaded by bots.

With rust-tools I actually had the same color for the virtual text based inlay hints as the comments. That was not a very big issue, since it is quite clear...

![image](https://github.com/sainnhe/gruvbox-material/assets/6420639/438690a4-3ffe-4d17-9816-a66bc51c8392) This is a sample so you can see a full rust function with a comment on top, to see how it looks now for me with grey0.

What I mean is that inlay hints are just a hint, not something that should grab to much attention. And, I do not see them that semantically different than a...

> We ended up fixing the problem by just manually updating the update column for every instance on there. Seems like for some reason it let the interval get larger...