Roland Fredenhagen
Roland Fredenhagen
**Is your feature request related to a problem? Please describe.** I want to have Teams show as "away" when I lock my screen, this doesn't happen due to my choice...
**Is your feature request related to a problem? Please describe.** I like to use `ltex` to spellcheck my documentation comments (they are markdown so something that generally plays nicely with...
**Describe the bug** Shows hint to replace `...` with `…` inside Markdown links. **Expected behavior** More or less, all errors should be disabled inside links. **Sample document** ```md [link](http://example.com/...) [link]:...
I'd prefer to have uppercase Struct names, consistent with the actual keywords in `syn::token::*`. I propose a syntax, like `custom_keyword!(var as Var)`, that could be non-breakingly be introduced. If this...
I have two vectors, and want to multiply them to a 2d matrix by transposing one of them. Currently I am using nalgebra + ndarray for that: ```rs let a...
As the `rust-clippy` issue https://github.com/rust-lang/rust-clippy/issues/5808 doesn't seam to make much progress I propose to just `allow` the lint for `s![]` macro invocations for now. The `let = ...` is necessary,...
This enables updating the message without creating a binding.
I got the following error, but am unsure what caused it. ``` thread 'main' panicked at /home/modprog/.cargo/git/checkouts/tower-lsp-f49cd339669d4ee2/ad8f1ec/src/transport.rs:120:60:\n internal error: entered unreachable code\n stack backtrace:\n 0: rust_begin_unwind\n at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5\n 1: core::panicking::panic_fmt\n...
Maybe just add a button next to make the "Current timezone is ...". Or make the timezone a dropdown. This could be stored in cookie or local storage.
### Description A mouse bind that allows to either place a window next to existing ones like `movewindow` does, or replace an existing window like `swapwindow` (also not available as...