Wayne Van Son

Results 51 issues of Wayne Van Son

Sometimes the name of the tag can be used as the lookup value in the struct. It's similar to `fromSum` in `io-ts/Encoder`. It basically looks up the value from the...

enhancement

I've hit a bug in the parser, where ts-morph throws ` TypeError: Cannot read property 'flags' of undefined`. I'm unsure why this is the case in my project in particular,...

There are some overloads missing that I needed in in my projects, and figured we may as well add all the overloads for the functions. Questions: - What is preferred,...

## 🚀 Feature request Just like `fromPredicate` but only works on refinements and only has one argument. This means we get the type of the second argument for **free**. ###...

## 🚀 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...

Is it worth having the NPM scope `@fp-ts`? It seems to be available. https://www.npmjs.com/search?q=%40fp-ts If so, I wonder how it could be structured. How to: - Distinguish `core` from non-core...

## 🚀 Feature request CI should cache dtslint typescript compilers, so tests can be run faster. ### Current Behavior CI does not cache the dtslint typescript versions ### Desired Behavior...

closes #85 and maybe #86 ci will fail for now, as tests were copy and pasted from fp-ts-std. **Before submitting a pull request,** please make sure the following is done:...

## 🚀 Feature request fo-ts bindings for AsyncIterable module, which is lazy lists from the promise land. ### Current Behavior ### Desired Behavior ### Suggested Solution ### Who does this...

## 🚀 Feature request fp-ts bindings for the inbuilt `Iterable` type, which is basically lazy lists. ### Current Behavior ### Desired Behavior ### Suggested Solution ### Who does this impact?...