pipe-ts icon indicating copy to clipboard operation
pipe-ts copied to clipboard

Results 5 pipe-ts issues
Sort by recently updated
recently updated
newest added

I love your pipe-ts package, thanks for creating that! There was one use case that I wish it supported - falsy parameters Example ``` const data = pipeWith(    apiData,    ...,   ...

Hi 👋 First of all, thanks for the package. I am using it a lot despite it being quite old. I would like to suggest some small improvements to the...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I like the syntactic sugar of `pipeWith`, as it follows more logically in my head (and also nicely emulates the way RxJs does things). That said, I feel like the...

Currently, there is a limit on the number of functions that can be passed to `pipe` (9). We could have an overload that receives an array, to remove this limit....