lofty
lofty
I'm trying to rewrite Getting logging output: ```csharp Failed to resolve assembly: 'PresentationCore, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' ``` Attempted fixes Attempted to ignore that assembly, via setting ```json "IgnoredAssemblies": [ "PresentationCore"...
This is landing soon, and it'd maybe be nice to update. Not sure what effect updating would have on the msrv, but the 2024 edition does come with a few...
### Describe the enhancement you're suggesting. When sending BLE HCI commands to the STM32WB55 coprocessor (using the process laid out in Annex 5289, 14.2.2) the command body must first be...
Link to origin wiki: the-magnus-archives.fandom.com Link to destination (independent) wiki: https://themagnusarchives.miraheze.org
I'd like to be able to configure proxy tags such that I could have different keepproxy settings for different tags. Eg; `proxy message` displayed as `proxy message`, and `otherproxy message`...
See https://github.com/rust-lang/miri/issues/4804
I'm attempting to run Miri in a `no_std` context, (testing some bindings against an FFI [embedded `thumbv7em-none-eabihf` C project](https://github.com/flipperzero-rs/flipperzero-rs/issues/100), for which we're attempting to get around the limitation of Miri...
This is the start of some work on attempting to [get MIRI working](https://github.com/flipperzero-rs/flipperzero-rs/issues/100). Since MIRI doesn't support FFI (outside of simple methods that don't allocate and that don't deal with...
Not sure that this is actually possible without changing the upstream C code -- I don't think that Bindgen has support for this, or for overriding values. But using the...