Matt Corallo
Matt Corallo
A tuple like the following: ``` #[repr(C)] pub enum A { VarA(), VarB(u8), } ``` is mapped differently in C and C++ due to the fact that C and C++...
Forgive my ignorance, but should it not be the case that &mut references (and *mut pointers?) are mapped in C as restrict-pointers, not regular ol' pointers? Rust assumes &mut references...
I have some code which translates rust traits into a struct with function pointers, which is then fed through cbindgen to get C bindings for a Rust trait. However, I'd...
When attempting to test against a real (albeit incredibly simple - just a tiny message deserialization test, though the same happens on much more complicated targets too) Rust target, after...
Hi, Your README recommends users trying to improve the security of their sudo start by installing rustup. This is rather unfortunate, as not only does the install process of rustup...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behaviour Wallet is missing the balance for txid d49589ccd8488c56fbf12aee2652f760e1e84e6da1edd3dcf98bf6d556151396. The output address...
### I confirm that: - [X] I have searched the existing [open AND closed issues](https://github.com/navidrome/navidrome/issues?q=is%3Aissue) to see if an issue already exists for the bug I've encountered - [X] I'm...
Based on #798 and working with https://github.com/TheBlueMatt/bips/blob/2024-02-dns-payment-instructions/bip-XXXX.mediawiki and https://github.com/lightning/blips/pull/32 this defines a mechanism for mapping human-readable names to lightning offers. See the bLIP for a more detailed description in how...
Originally reported at https://github.com/cinnyapp/cinny/issues/1179 as I was unable to repro syncing an element client even after upgrade, but today realized the issue also appears on element, but only if syncing...