-
### Component
Forge
### Describe the feature you would like
`.jsonc` files are like `.json` files, but they allow `//` style comments. These are useful for annotating input files, but currently par…
-
Vortex reader will collect all read requests from layouts and dispatch them together https://github.com/spiraldb/vortex/blob/develop/vortex-serde/src/layouts/read/stream.rs#L192. However, this is extr…
-
Say I have a custom error `SError{message:String}` and I implement `From` on it.
Now, from a function, say, `fn(&self) -> Result` in an `rtc::remote` labelled trait, I get an `std:io:error` as a resu…
-
Cargo has [made it possible to depend on the same version of a given crate with different feature sets](https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2), provided th…
-
since serde is just being depended on for trait implementations it should be behind a feature flag.
i could submit a pull request for this if you want, i'm just unsure about whether this should be…
-
Here's an example of a collection with records expiring by `expires_at`:
```
#[collection = "subscriptions"]
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Subscription {
#[serd…
-
I want to ensure that the data is proper json when ser/de, so I made the struct_value a serde_json::Value. However, if I try to diff it I get the following ```JsonValue: Diff is not satisfied```
``…
-
### Describe the bug
When I define my Rust structs, I use the `uuid::Uuid` type for the `id` field.
For some reason, the created document IDs cannot be deserialized to `uuid::Uuid`:
```
…
-
This [issue in Serde](https://github.com/serde-rs/serde/issues/1587) affects Serde Msgpack.
Serde Msgpack unlike other format implementations has an option to the serializer to tell whether to seri…
ghost updated
5 years ago
-
Enabling `serde` feature only (without `std` feature) enables use of `std` crate which shouldn't happen. It seems due to bad dependencies in ed25519-dalek-2.0.0-pre.0.