Vladimír Gorej

Results 588 comments of Vladimír Gorej

@smoya yes, ideally. I can handle it after the release effort is over.

Looks all good here and ready for 2.5.0, going for a merge. Thanks @smoya!

> It seems like the maintainers were hit hard by the first COVID wave, this issue is 2+ years old, and no action was taken. Please support ARM64. Pretty funny,...

Right, I have a bit bad news. Our current Jenkins CICD pipeline is not able to build multiarch images - there are multitude of reasons I won't bother you with...

@levino it's just a simple predicate that tell you if the input value is async iterable or not. > Does RA support async iterators for map, filter, etc.? RA doesn't...

Just bumped to CH9 and **mcompose**. To me and others, this section may seem confusing and the closes explanation I could find is [here](https://github.com/fantasyland/fantasy-land#monad) ```javascript // left identity mcompose(M, f)...

Here is a recipe for finding out the next release version before actually releasing, using **GitHub Actions**. **.releaserc** ```json { "branches": [ {"name": "master"}, {"name": "next", "channel": "alpha", "prerelease": "alpha"}...

@felipecrs I do agree. I just need to use code from `@semantic-release` organization (from various reasons).