Dante
Dante
I feel this is an elegant solution to the errors problem. The core API stays the same and has the same feeling -- `stream(value)` to post events, `map` working only...
Perhaps we should change some of the API for consistency -> ``` js flyd.mapEither // replace mapAll stream() // throws if stream.isLeft() stream.left() // throws if stream.isRight() stream.either() // never...
If I'm understanding this correctly, the issue is that your update function is just re-generate the entire list on each action, regardless of if it actually changed anything. Is that...
I like this change, but it is heavily breaking. I think the string format should conform to this, but the array format should not, IE: ``` val x = {};...
Hey-o -- it's been ~7 years so feel free to close it from my end :B And shame on 7 years ago me for not providing an example.
Not a bug -- js uses ieee doubles for all numbers. Use a string or big number to represent large integers.
Any status on this being a feature?