-
## 📖 Documentation
In this commit : https://github.com/gcanti/fp-ts/commit/e08a16e1060437992aae9970e578d53a27b267d8 all non-technical documentation was removed.
The images and all that non-technic…
-
## 🐛 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
-
It is possible that implement `Stream` in ts?
I wrote a demo:
```ts
import {pipe} from 'fp-ts/function';
import {fold, Option} from 'fp-ts/Option';
export interface Cons {
head: () => A;
…
-
## 🐛 Bug report
### Current Behavior
```typescript
import * as t from 'io-ts';
import { either, left, right } from 'fp-ts/Either';
import * as Either from 'fp-ts/Either';
import { PathReport…
photz updated
12 months ago
-
## 🚀 Feature request
### Current Behavior
Validating non-enumerable properties is cumbersome, since they are not taken into account by `io-ts` codecs (to my knowledge):
```ts
import * as t fro…
-
### Describe the Bug
This is very low priority issue and it may be related to old data that is missing certain critical properties.
**tdlr**; if you encounter this issue, try changing your test …
-
## 🚀 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:
…
-
## 📖 Documentation
Hi!
I would love to figure out this problem:
```ts
import * as task from 'fp-ts/lib/Task'
import { identity } from 'fp-ts/lib/function'
console.log(task.map(identity)(…
-
In my environment, Linux Kernel 5.8.0, the master branch of the BCC lib.
When I run the `tools/tcpstates.py` script. I got some errors like this
```text
50: (85) call bpf_get_current_comm#16
l…