Mattias Eriksson
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)  If I click the post it renders correctly  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...
 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...