-
I use MemoryPack to save building information in the game world. And everything works fine usually, hundreds of people downloading and saving their builds at the same time. But when I wanted to migrat…
-
Version 1.2.0
```
CreateSourceResponse res = sdk.sources().createSource(Optional.of(sourceCreateRequest));
```
The network request goes through but it fails to deserialize after.
```
23:10…
-
When receiving JSON:
[ { "id": 1, "name": "Test", "schedule": { "slots": [ [], [], [], [], [], [], [ { "time_from": "10:30:00", "time_to": "15:45:00" } ] ] } } ]
I get an error after the response:…
-
I am currently in the process of writing a package that uses AWS's Dynamno DB as the persistence store for checkpoint saving. I am keeping the implementation as close to the existing Sqlite and MongoD…
-
When starting with a clean `target` folder and on the current `main` branch (`fbce798a53967310463ee02e0e681617781406df`) the miden binary built with `make exec` always errors out when passing the `std…
-
The queue object cannot be deserialized when there are Mqtt queues present on the vhost.
I suspect that it may be the queue type enum that is failing to deserialize. Attached is an example of the …
-
I am trying to post many observations to FROST. Sometimes for one batch request out of many I get a 500 error code saying there is no such method. This happens around 10% of the time. I am not seeing …
-
Make μWheel support zero-copy deserialization including zero heap allocations.
Options:
1. [ZeroVec](https://docs.rs/zerovec/latest/zerovec/index.html) (``serde`` compatiable)
2. [zerocopy](htt…
-
As already discussed in #3883, this is now part of the new Top 10 - A8. Could be cool to add such an active scan rule - based on this [tool](https://github.com/pwntester/ysoserial.net) could be a good…
-
I recently found that I had made a typo and gave two different variants of an enum the same name using `#[serde(rename=...)]`.
The code was something like,
```rust
#[derive(Deserialize, Serialize…