-
Drop your company name, svg logo, link to your website, and links to any repos using fp-ts.
-
Why reimplementing prelude, when there is a nice little ecosystem? https://github.com/gcanti/fp-ts
-
## 🐛 Bug report
### Current Behavior
`evolve` from `struct` throws while having absent transformations:
```
node_modules/fp-ts/lib/struct.js:78
out[k] = transformations[k](a[k])…
-
Do you plan it or should userland send a PR? I know the company which maybe will desperately need it.
-
Several rules from [eslint-plugin-fp-ts-strict](https://github.com/SandroMaglione/eslint-plugin-fp-ts-strict) and [eslint-plugin-fp-ts](https://github.com/buildo/eslint-plugin-fp-ts) seem like a great…
-
The following features can be backported **without breaking changes**:
**2.14**
- `flatMap` (aka chain / chainW) https://github.com/gcanti/fp-ts/pull/1849
**2.15**
- `flatMap*` (aka chain\…
-
I'm using a turborepo monorepo and I'm seeing if `packages/A/src/a.ts` imports from `packages/A/src/b.ts` AND `packages/B/src/a.ts` imports from `packages/B/src/b.ts`, then `import/no-extraneous-depen…
-
Just raising the advisory here about the ReDoS vuln reported via npm audit, hoping to get a package update to @prisma/internals@^5.22.0 and @prisma/generator-helper@^5.22.0
The advisory details wer…
-
For those codebases that have fully embraced fp-ts -- especially including `Task` and `TaskEither`, we want to forbid things like creating new promises or including promises in return types.
Not al…
-
Given that development efforts towards fp-ts 3 have [been merged with effect ts](https://dev.to/effect-ts/a-bright-future-for-effect-455m), are there any plans to migrate api-ts to be based on [effect…