Vesa Karvonen

Results 84 comments of Vesa Karvonen

This is not about a related JS project, but it might be interesting background information that the difference between promises and tasks (as in this library) is much like the...

Ok. I'll just write down here a couple arguments in favour of using a plain value. One downside of `empty` being a function is that it can (and does) have...

> how lazy evaluation with thunks is useful in the context of iterative functions It allows e.g. iteration to be stopped after a fixed point has been reached. Here is...

> Are you sure this is a new bug caused by 7.7.1, deployed today? Yesterday morning I happened to hold a [presentation](https://www.youtube.com/watch?v=Wl5w60ERkrc) where I used a Klipse powered playground. This...

Thanks! There is no hurry. I might try pinning the Klipse version this evening.

Check. FYI, I have now pinned the Klipse version to `7.6.9` in most places where I’ve used Klipse. I will likely use explicit versioning of Klipse in the future -...

FYI, I'm currently a little bit too busy at work to write examples. I'll try to find some time to write a simple example ASAP, but don't hold your breath....

Did you notice [karet-express-boilerplate](https://github.com/calmm-js/karet-express-boilerplate)?

Thanks for the PR! The tests are welcome and `mergeAll` looks like it should work. I checked blame and recalled this fairly recent change I made: https://github.com/Hopac/Hopac/commit/ac202a229179e6cd79de2e3bf948cd832c96eea6 That commit broke...

FYI, I'm currently quite busy at work and otherwise so it might take some time before I have time to look into this properly.