Jérôme Rx
Jérôme Rx
Hello, i'm really sorry to bother, but after a few hours struggling, I can't have a simple upsert working.  The update part is working when documents are already created...
Hello and thank you for this lib ! I have an issue after migrated from `v1.14.3` to `v1.16.0` of this crate. This test is failing with new version : ```rust...
Hello, I see a difference in actix-web & axum implementations that I cannot resolve : examples here : - `actix` : https://github.com/async-graphql/examples/blob/fa8fc5dde0e1f70dee67719eceecfc9ade250d1f/actix-web/subscription/src/main.rs#L21 - `axum` : https://github.com/async-graphql/examples/blob/fa8fc5dde0e1f70dee67719eceecfc9ade250d1f/axum/subscription/src/main.rs#L32 actix example a function...
Hello, I'm trying to implement a full story scenario in a goose task. Not sure it's the way to do that, but it allows me to reuse generated data from...
Hello folks, It was such a relief when I understood that the rust eth librairie were already such matures, finding the `use_contrat` macro. Then I now have an `abi` with...
Hello, Not all my graphql types are in one files, there is "non standard" way to import types to the `schema.graphql` from other files (usually generated), as shown in the...
## Description of the feature Hello 👋🏼 we are using the `validator` (https://github.com/Keats/validator) crate and a lot of our structures are already validated through deserialisation thanks to this crate. We...
Hello I had no Err() when using `append_row(params![None])`) when the target column is indeed `NOT NULL`. And did not find a way to check how many lines were actually inserted...
From what I see here, the app is called directly https://github.com/DioxusLabs/dioxus/blob/300cbf4fc671cb9f28e9b2336df12d001a816c8c/packages/cli/src/server/desktop/mod.rs#L231C77-L246C77 IMHO, we could do a better/`idiomatic` way of calling the app by calling `cargo run`. This will allow all...
Hi, thank you again for this great lib ! Once Ftps configured and working, but `FtpsRequired::None` set ... I'd like now to be able to know at runtime if the...