Jérôme Rx

Results 19 issues of 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. ![image](https://user-images.githubusercontent.com/2705498/34693068-a6f3484a-f4c2-11e7-9443-dc05c7000aaa.png) The update part is working when documents are already created...

feature

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...

serde-cleanup

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...

question

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...

enhancement

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...

enhancement

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...

needs triage

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...

enhancement
good first issue
cli

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...