Patryk Wychowaniec
Patryk Wychowaniec
@afettouhi: `ufw` (or rather `iptables`, to which `ufw` is just a frontend) can be told to log rejected packets - just run `ufw logging on` and then all the dropped...
I can do a bit of self-advertisement here: https://github.com/Patryk27/avr-tester/ 🙂 It's not as straightforward as `cargo test`, but it's very close!
Hi, Thanks for your interest in my writing - yes, please feel free to translate it! Would you mind sending me a link after it's done? I'd love to link...
Hi, Actually, it's meant to function as Saxon Genitive (`using length of inputs's` - but since the word already ends with `s`, the `'s` can be trimmed to: `using length...
Hi, I've just checked and unfortunately it remains an issue 😢
Yeah, I've ensured by locating the changed Magit's function through `helpful-callable` and reading its body; which language you're checking it on - Rust?
Sure - a pretty minimal reproduction is: `config.el`: (empty) `init.el`: ``` (doom! :completion (company +childframe) vertico :ui doom doom-dashboard :editor (evil +everywhere) :emacs vc :tools lsp magit :lang (rust +lsp)...
Yeah, looks like it works - thanks! 🙂 If that patch gets upstream, then I guess we can close the pull request here.
Ah wait, sorry - I think I've forgotten to undo my change before applying yours 😅 Starting from a clean Doom Emacs, adding your `package!` throws a few warnings: ```...
Okie, I've managed to make it work by exploiting the fact that GitHub stores forks together with their parent repository, so pinning by commit works (even though the commit doesn't...