Trevor Spiteri
Trevor Spiteri
I don't know if this is a problem in lsp-mode, lsp-ui, or rust-analyzer. Code actions that should be shown in the sideline are not. I traced the issue to lsp-ui-sideline--code-actions...
U+002D hyphen-minus is like U+2212 minus, which makes perfect sense for a coding font where hyphen-minus usually does mean minus. But I think U+2010 hyphen should not be like minus,...
The U+2094 glyph is superscript, but should be “LATIN SUBSCRIPT SMALL LETTER SCHWA”. It is currently also being used as schwa for the raw feature “sups”; if the glyph is...
While the trait is documented as a fused multiply-add, for integers it is not. For floats, the following works as expected as the operation is actually fused. ```rust let a...
When a filename ends in a space, there is no indication. Compare this with GNU ls, which encloses filenames with spaces in quotes. ```sh $ touch hello $ ls hello...
Line 65 of the license file ending in "can be bundled, embedded, " has a trailing space. (I'm only bringing this nit up as I had to update this to...
On Gitlab CI, for the following `.gitlab-ci.yml`: ```yml i386-version-1: image: i386/rust:1 stage: test script: - echo Fine i386-version-1.74.1: image: i386/rust:1.74.1 stage: test script: - echo Fine i386-version-1.75.0: image: i386/rust:1.75.0 stage:...
Does it make sense to add another optional parameter to start-spinner and then, if it is not nil, propertize the spinner with it? I'm thinking something like `(propertize (elt (spinner--frames...