Dmitri Zaitsev
Dmitri Zaitsev
Can you give a specific example of a use case for this library?
From your code, I understand you are using the `pipeline` operator, so you need to import it, not the `CPS` operator which serves a different purpose. Your use of the...
Ok, an array of strings :) I see these are a separate package and a repository for Ramda. Then similar ones should be possible to create for `cpsfy` I presume,...
My intent is to keep this repo as light and tiny as possible with zero dependency, which I see as one of the attractive features. I would be worried about...
The additional TS package, not the smallest one which is not really related to the project, would be a dealbreaker for me, it is against the minimalistic philosophy to keep...
At this stage, this library is mature and changes are rare. So it wouldn't be much work for me to ping the other maintainers. Or they can subscribe to changes...
The problem with AVA and tape tests is that the tests are loading those runners as modules, which doesn't seem to work with `npx` as far as I understand. Even...
In fact, I see the AVA readme says it explicitly: Make sure to install AVA locally. AVA cannot be run globally. No motivation or reasoning is provided. Perhaps it is...
I just opened the new issue https://github.com/dmitriz/cpsfy/issues/289 on the subject of migrating away from AVA, to keep it a focused discussion decoupled from the current topic. I have no experience...
A relevant PR in the tape repo https://github.com/tape-testing/tape/pull/603