muxcmux
muxcmux
The `textDocument` parameter for the `textDocument/diagnostic` request is of type `TextDocumentIdentifier`, which has a single property `uri` of type `DocumentUri`. Ref: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_diagnostic According to the spec the `DocumentUri` type does...
The script fails to delete generated thumbnails. The following pattern is used to create thumbnails $dir . DS . 'thumb' . DS . $size . DS . $filename but when...
Hi, this isn't an issue but more of an ask for some pointers on how to make finding regex matches in a `crop::Rope` work. I checked out the regex crate...