-
See: https://buildomat.eng.oxide.computer/wg/0/details/01FQF2458RQ7G2VFKJRVBRRZK9/rdBWzehf1zRLzuNhI9iAokOFh33iGAWV7WqKZQNhv4eh5F4g/01FQF24K9BW4YFS4YKB2P2SMD2
```
3154 | 2021-12-21T18:24:03.885…
-
Cargo is doing it ( https://github.com/rust-lang/cargo/pull/3682 ). Crates.io is doing it ( https://github.com/rust-lang/crates.io/issues/583 ). We want them to think we're cool, so we need to do it t…
-
Example: https://play.rust-lang.org/?gist=dc61dd0b07e76a9f602500f36e8aa35d&version=stable
Panics:
```
Running `target/debug/playground`
thread 'main' panicked at 'called `Result::unwrap()` …
-
I'm using ArduCAM for an IoT project, and I need ArduinoJson library in my code. Unfortunately, when compiling basic blank code (setup and loop are empty). I know the problem is between ArduCam and Ar…
-
Title says it all. I'm currently using enumeratum with PlayJson and Jackson using a custom Jackson setup using `@JsonValue` and `@JsonCreator` annotations to get Jackson to recognize them. But we are …
-
#### What is the issue you have?
I suspect recent changes in the library broke building JSON for C++. It worked up until a couple days ago.
I have added a code snipped of the fail below.
…
-
It seems that some Serde serializers have issues when serializing `VerifyingKey`s and `Signature`s. They all serialize fine, but Serde returns an error for certain serializers when deserializing back …
-
Just tried to flash a bulb using the stock YAML file and got this error:
`In file included from src/esphome/components/restart/button/restart_button.h:3,
from src/esphome/componen…
-
_This issue was originally filed by @Emasoft_
---
Dart JSON serialization of objects is not interoperable. An universal default serialization format is urgently needed.
PROBLEM: For a language desi…
-
Hello, I've trying to not write my own `Deserializer` and found this crate which provides a bunch of nice features for [serde](https://serde.rs) and I've been considering using the `DefaultOnError` to…