Jérôme Rx
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 
I did, was it right ?
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.