Gergely Risko
Gergely Risko
**Checklist** - [x] I searched the `:help` documentation using `/` for helpful information - [x] I have read the [frequently asked questions](https://github.com/Jelmerro/Vieb/blob/master/FAQ.md) - [x] I did not find any similar...
Hey, I know about `beacon-dont-blink-major-modes`, however I have a couple of questions. First of all, what is the first `t` at the beginning of the default value? Second: would it...
This ticket is a feature request, not a bug report. When using ledger-mode together with an encrypted (GPG) file, the mode is trying to run `ledger -f foobar.gpg`, which will...
Tested with rust 2015, 2018, 2021 and 2024, on amd64 musl, amd64 glibc and aarch64 musl, all of them represent Strings with (ptr, capacity, len). This is an internal implementation...
I'm not sure if this is a bug or not, but during some sysadmin work, while I was carefully changing stuff from mksquashfs to gensquashfs (and sqfsdiff'ing to see if...
https://google.github.io/comprehensive-rust/smart-pointers/box.html#:~:text=A%20Box%20cannot%20be%20empty%2C%20so%20the%20pointer%20is%20always%20valid%20and%20non%2Dnull.%20This%20allows%20the%20compiler%20to%20optimize%20the%20memory%20layout I think this is not correct. I wrote this debugging code: ``` #[derive(Debug)] enum List { /// A non-empty list: first element and the rest of the list. Element(T,...
https://github.com/ffevotte/sync-recentf/blob/0052561d5c5b5c2684faedc3eead776aec06c3ed/sync-recentf.el#L64 `temporary-file-directory` points to /tmp on a standard emacs installation. Opening any file in that directory with a known, non-randomized filename ("sync-recentf-marker") is a very bad idea... If the attacker...
Unfortunately the world created a protocol, which requires the end-user to send transaction in a very specific format (the outputs ordering and the exact spot of the memo (OP_RETURN script)...