-
### Use-Cases
- **transfer** result of one workflow/process to another workflow/process
- **persist** `RuntimeCache` values to disk
- allow IDE to persist any value in a workflow and use it as input …
-
Thinking I'm going to pull out all the serde types into their own crate.
-
Hi! I am running [CodesStats](https://github.com/vigna/dsi-bitstream-rs/blob/740abcd2dc81e08da987b38d766d3d723e0fa313/src/utils/stats.rs#L32) to identify which [Code](https://github.com/vigna/dsi-bits…
-
Steps that lead me to this issue:
1. I built rust-unicase_serde in COPR
2. I built rust-rocket_cors that depends on the previous rust-unicase_serde in COPR
3. I got rust-unicase_serde accepted in F…
-
**Describe the bug**
If a struct contains a field annotated with `#[serde(flatten)]`, it cannot be deserialized by sonic.
**To Reproduce**
__Cargo.toml__
```
[package]
name = "repro"
vers…
-
It's a little surprising to me that enabling `serde-arbitrary-precision` by itself does nothing
and requires `serde-float` to also be enabled.
Would you be open to changing this so that enabling `…
drdo updated
2 months ago
-
Currently, we're using the ConstValue executor, which relies on indexmap underneath (check synth implementation). If you look at the flame graph below, you can clearly see that indexmap is the main bo…
-
### Describe the improvement you'd like to request
In #1308 we fixed a performance issue (#1284) by replacing an automatically derived `serde(untagged)` deserializer with a custom one, achieving orde…
-
There have been many requests for supporting 3rd party crates such as: time, rust_decimal, uuid, and chrono. Rather than implementing support manually for these crates and more, an easier solution is …
-
Example failing shape:
```smithy
union ResourcesContent {
// Max 6Mb
@length(max: 6291456)
textFile: Blob
}
```