Patrik Lindberg
Patrik Lindberg
**Description:** The method `DocumentUtils.offsetToLSPPos`, which is used to translate document offsets into LSP positions, returns incorrect positions for lines that contain tabs. According to the specification: > A position inside...
I'm considering using the OmniSharp LanguageServer for one of my projects, but was unable to get the server to start. I read all of the documentation I could find and...
I integrated `bevy_mod_picking` into my project today and found it somewhat unexpected (and problematic for my use case) that **all** UI nodes, including those having no visible geometry, will block...
The `cond` attribute appears to only work with `Option` fields, at least when dealing with custom types. It seems reasonable to assume that any type that implements `Default` should support...
This PR suggests a refactor of `enum ReportKind
This week's issue includes an article that seems to be AI-generated: https://github.com/rust-lang/this-week-in-rust/blob/11651692bf797f26d1524dd550a3ce0a71a4df17/content/2025-07-30-this-week-in-rust.md?plain=1#L48 It reads like a slop fluff piece for the web framework that is the subject of the article,...