-
## 🚀 Feature request
@drizzer14 has put together a really cool feature that seems like it would be a great addition to fp-ts.
https://v10i.dev/p/auto-currying-in-typescript
The one downside …
-
## 📖 Documentation
I am building a package [select-ts](https://github.com/AscentSoftware/select-ts) for `fp-ts` for behaviors of type "if this condition is true, then do that". It is based on:
…
-
## 🚀 Feature request
Support `replacer` in the `replace` function of `String` module.
### Current Behavior
```ts
import * as S from 'fp-ts/lib/String'
import { pipe } from 'fp-ts/lib/function'
…
-
## 🚀 Feature request
### Current Behavior
### Desired Behavior
Stack safe tail recursion that can be applied to a Monad.
Prior art is the member "tailRecM" under [Purescript's MonadRec…
-
### Faulty codemod
`msw/2/upgrade-recipe` [source](https://github.com/codemod-com/codemod/tree/main/packages/codemods/msw/2/upgrade-recipe)
### Sample code
https://github.com/jiri-prokop-pb/c…
-
## 🐛 Bug report
## Current behavior
Where it makes sense, most of the `Record.ts` methods take an `Ord` as input which is used to sort the keys.
The corresponding older method overloads that us…
-
## 🐛 Bug report
fp-ts: 2.11.0
TypeScript: 4.3.5
### Current Behavior
A predicate with a type argument other than `unknown` cannot be piped to Array's dropLeftWhile in 2.11.
```ts
decla…
samhh updated
3 years ago
-
After starting `generate` I receive an error in generated controllers.
The error is
![image](https://user-images.githubusercontent.com/19936650/74423347-6827a400-4e50-11ea-9549-de2830b42bb5.png)
…
-
I'm getting a Typescript error when using the functional programming date-fns.
```
import { parseISO, format } from 'date-fns/esm//fp'
```
gives me an error
```
file.ts:1:34 - error TS2306: F…
-
https://twitter.com/schickling/status/1586309344010067968
https://buf.build/blog/protobuf-es-the-protocol-buffers-typescript-javascript-runtime-we-all-deserve
- Could be a consolidated effort with `…