Vesa Karvonen

Results 84 comments of Vesa Karvonen

Hmm... I'm not sure what you mean. There are a few different implementations of that benchmark here: [skynet.fs](https://github.com/Hopac/Hopac/blob/master/Benchmarks/Skynet/Skynet.fs). If you mean that some Hopac version should be added there, then,...

Here is a bit of general discussion on the concepts. I expect most here are already familiar with what I say here. Hopac `Job` is very much like `Async` and...

As much as possible it would of course be nice to follow any de facto standard naming/structuring conventions. But such changes also cause a lot of migration pain, which is...

Hi, I'm very busy this week, so not sure when I have time to look into this in full detail. After a quick look I believe you are right to...

See the pull request #133 for a draft version of `bufferTime`. It has not been tested. If someone has time, adding a basic test or two (and fixing any bugs)...

First of all I'd like to just say that some of the stream combinators have fairly subtle implementations. Indeed, it has not been a priori obvious (to me) that some...

@vasily-kirichenko Yeah... Personally I haven't been working on F# or .NET projects in a long time, a lot of people seem to view Hopac as an undesirable dependency, difficult to...

Just saying that additional automated tests are a welcome addition. 👍

> Or is the solution simply to not use property getters and instead define a function for doing so (like area :: Rectangle -> Number, in this case)? That is...

Note that at least with Rollup, the concatenation of all modules into a single scope is highly beneficial for the *minification* of the bundle. For example, in a React application...