-
I would like to check whether a `serde_json::Value` satisfies a given `RootSchema`. Is this the right library or should I use e.g. [jsonschema](https://crates.io/crates/jsonschema)?
-
Error Stack: {"level":50,"time":1729982445010,"pid":12,"hostname":"169.254.83.89","err":{"type":"ProvisionedThroughputExceededException","message":"The level of configured provisioned throughput for t…
-
The current stable version of Kafka streams (2.3) supports naming some internal topics per KIP's.
https://cwiki.apache.org/confluence/display/KAFKA/KIP-372%3A+Naming+Repartition+Topics+for+Joins+an…
-
Partial serialization and deserialization (eg through a mutable reference) would allow for further space / bandwidth optimizations by giving users the option of rolling out their own fieldwise change …
-
The conversion of `Value` into a type fails in the following code snippet:
```
/*
[dependencies]
serde = { version = "=1.0.181", features = ["derive"] }
ron = "*"
*/
use serde::{Deserialize, …
-
When creating graphql objects using the `GraphQLObject` custom derive which have types that do not implement [`GraphQLType`](https://docs.rs/juniper/0.14.2/juniper/trait.GraphQLType.html) you end up b…
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searched the [open](https://github.com/clap-rs/clap/issues) a…
-
### Component
network, json-rpc
### What version of Alloy are you on?
alloy v0.2.1
### Operating System
Linux
### Describe the bug
The function [`try_deserialize_ok`](https://gith…
-
Back in 2019, I used https://transform.now.sh/json-schema-to-rust-serde/ to convert JSON Schemas to Rust Serde code, and that worked quite well. I only had to manually change some types in the generat…
-
Given the following example:
```
(ns durability-issue
(:require [clara.rules :as r]
[clara.rules.compiler :as com]
[clara.rules.durability :as dur]
[clara.r…