Clemens

Results 3 issues of Clemens

JSONSchema allows users to define custom keywords. Would it be possible to add support for it to schemars? e.g. ```rust #[derive(JsonSchema)] pub struct MyStruct { #[schemars(custom_keyword(name = "myKeyword", value =...

We have a relatively small graphql schema but it takes a long time for `cargo check` to complete (~20s). Is this a common problem or is there any known issue...

question

I use libsqlite3-sys (bundled) in combination with Diesel to use sqlite on Android. I run into problems when rolling back a safepoint: ``` no such savepoint: diesel_savepoint_1 ``` The exact...