Uriel

Results 85 issues of Uriel

Tries to fix #2073 I honestly don't know what I'm doing but I really want this and it sure will be a nice addition to the ecosystem. - [x] Correctly...

needs discussion

Seems like a fine addition to the library, I been using a lot of my time in here even though stdsimd/portable-simd will happen someday lol. Do you have any recommendations...

semver-minor

my suggestion is that you duplicate the mexican translation to the other spanish languages

enhancement
translation

there are situations like mods for minecraft where we cant disable debug so the lib still logs in the java-side and makes the code run slower, is there any chance...

Fixes #554 I forked #651 and started finishing some stuff To-do list: - [ ] device enumeration - [ ] stream support - [ ] check on all smart pointers...

This is based on the #82 branch, so until that's merged this is blocked. I only implemented the ``Wifi`` trait on the ``Wifi`` struct, but where should I implement the...

it seems they had a major change in the ``Wifi`` trait and the code needs updating.

so we can use defmt for these types

If you have an enum like this: ```rs #[derive(Serialize, Deserialize, Debug)] enum Enum { Tagged(String), #[serde(untagged)] Untagged(usize), } ``` will fail to parse this yml: ```yml - !Tagged example ```...

Requires fixing some test errors