Aurélien BOUDOUX
Aurélien BOUDOUX
The expected return value in your exemple should be 0.62 Here a "correct" implementation : ``` public static double LinearInterpolation(double x, double x0, double x1, double y0, double y1) {...
Hi, This functionality is not currently available, but why not for a future version. I need to think about it. Otherwise, you can also propose a PR :P
Indeed, an evolution of the store that would allow obtaining a State by an identifier rather than by a Type would be ideal.
If I have a multi-document application in the form of tabs, and each sub-tab also has sub-tabs, I have no choice but to manage a collection of States within a...
 Here a screenshot to explain what I mean
Here, the green tabs are all the same state type, and within each tab, there are sub-states. In the Conversation(s) section, I can have 2 Chats. I want that when...