Daniel P H Fox
Daniel P H Fox
A replacement for TestEZ is lined up to go! I'll work on converting everything over after v0.2.
> I would argue that it's better to separate them for optimization sake. Do you have benchmarks to show that a function like this poses any performance issue? Optimisation should...
I've so far identified three different solutions to this problem, which may not necessarily be the same as the solution proposed here. 1) a function that transforms constants into state,...
This has been formalised as the `unwrap()` function, which is currently slated for Fusion v0.3, so deferring to the Fusion v0.3 project board as such.
In line with the motives behind #159 and #168, it might be worth considering an alternative name such as `peek` or `once`
It's worth mentioning that a solution here could possibly relate partially to #35, as changing how we retrieve values could potentially also change how we treat constants versus state.
While I appreciate the effort, I hadn't finalised that proposal yet (was still in evaluation) and generally I don't accept pull requests for an issue until they're properly finalised and...
The yielding restriction only exists because of two reasons: - all state objects must update instantly so the state stored in the reactive graph is always internally consistent - any...
I'm deferring this to v0.3, since we're redoing how dependency management works there. This will change one of the assumptions upon which this issue depends upon; since there will no...
Related to #5