Romain Rastel

Results 178 comments of Romain Rastel

If you look at the example, it varies from 0 to 1. Can you provide a complete example I could just copy/paste and run to test?

Mmmh it's maybe fixed in the 0.6.4, can you test?

Interesting use case

Hi, sorry for the delay, I'm very busy nowadays. For the moment, the state of `Computed` is not cached, this is why the function inside the `Computed` is executed 3...

As long as objects are still immutable, it should also work

Nicely spotted ! Thanks. Yes that's inconvenient, I need to find a syntax which is compile safe without adding a lot of complexity 🤔

Hi, I will go with a solution highly inspired by you: We will have this class responsible for mutating a state: ```dart /// An objet which can mutate a state....

Yes, you're right, Mutator is not a good name. Have you a better idea? About the `write `method on scope, yes you're also right. If only we had an internal...

Yes I think I should prevent the use of `Logic.use` synchronously in `initState` but I have no way to tell (as I know) if we are in `initState` 😞 ....

Oh I didn't knew `owner.debugBuilding`, thanks!! Yes It seems it could work with this :-). I will see what I can do to improve the API. I'm not sure about...