Sadiinso

Results 11 comments of Sadiinso

Same problem, adding/removing a root node is fine most of the time, but changing a child node does not trigger an update. The workaround does work but for large tree...

The bug is still present in Angular Material 13 😕

This is indeed already implemented by some web frameworks (such as Actix-web) but async-graphql bypasses this mechanism because it works on raw requests.

I am also having this problem on version 4 (4.0.4) without the actix-extension. I am using rustc 1.62.

But the crate I'm having a problem with doesn't use any actix crate.

I did more investigation and this behaviour seems specific to rustc 1.62 (for my crate at least; I doesn't have any problem on 1.61). @SorenHolstHansen what version of rust are...

Would you mind re-opening this issue ? Just so that it stays visible if someone else encounter this problem. I think this was fixed in the latest nightly version, so...

> I also checked Rust 1.61 in comparison and I can confirm it works there correctly. > I also now checked both versions 3 and 4 of async-graphql and also...

This seems to be fixed in 1.62.1 can someone else check that using the [pre-release version](https://internals.rust-lang.org/t/17023) ?

Thank you for the answers 👍 Regarding newtypes, do you think it would be possible to allow the loader trait to specialize on the Value type instead of / along...