Jérôme Rx

Results 34 comments of Jérôme Rx

It's working ! thank you very much ! Do you plan to have an ExecuteAsync() method in the next release ?

Hello, that is a good question, Does someone have an example on how to plug a cache and make good use of the `cache_control` computed value ?

Ho wait ?! is it only to enable caching by client side & proxies thought `Cache-Control` header ? If so, since all graphql queries are on the same route, how...

Finally got something working, but it was way harder than with the `actix-web` integration ![image](https://user-images.githubusercontent.com/2705498/178264626-d81adeb4-a693-4887-8d8a-aeba63e75841.png)

Yet, but you handled `data()` on the actix side in `GraphQLSubscription` ? not on other integrations ... Want a PR in this direction or it was on purpose ?

Well, it does not seems to work for linux right now, for example : ```rust fn main() -> anyhow::Result { // Dioxus setup let config = dioxus_desktop::Config::new() .with_custom_head(r#""#.to_string()); dioxus_desktop::launch_cfg(app::App, config);...

So, it's magically working when I change the resource file path at runtime, depending on the environment using `tauri-utils`, something like this : ```rust let env = Env::default(); let package_infos...

Hi is this repository stale ? @davidB do you need help to maintain this one ? can I help ?

Nice ! I'll try a first PR soon with the first helpers i'd like to move.