-
We should look into improve our clean build times of when building `spriv-builder` & `rustc_codegen_spirv` as that is the main scenario in CI and also useful for users if our crates rebuild fast.
R…
-
Would it be feasible to have the bumpalo Vec type work with serde? That way we can handle deserializing variable length sequences of references to borrowed data. That would be a big improvement over u…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
- #[serde(untagged)]
- #[serde(tag = "method", content = "params")]
- #[serde(flatten)]
- #[serde(ignore)]
- #[serde(default)]
- seems cannot serialize rust_decimal without ` serde-str` feature
…
-
I am unable to encode/decode the following struct:-
```rust
#[derive(Clone, Decode, Encode, Debug)]
struct WorkerInfo {
name: String,
addr: SocketAddrV4,
}
```
After downgrading to 0…
-
### 🐛 Describe the bug
It is not clear where this is coming from.
Exporting with fixed resolution is working.
But exporting with dynamism like this is going to generate that error:
```python
…
bhack updated
2 weeks ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
I'm using `Spanned` to deserialize TOML to Nickel (a configuration language) while preserving spans as much as possible, as Nickel adds validation capabilities and we'd like to link back validation er…
-
See: https://github.com/tangle-network/gadget/pull/472#discussion_r1839985721
We should also support Arrays, if not yet supported in Tangle, since they are now supported in Gadget.
-
We are using Schemars for schema generation in our project and it has been great!
I have a particular struct that is used to both deserialize from PascalCase XML and serialize to snake_case JSON. W…