Eric Crosson

Results 31 comments of Eric Crosson

Sounds like a great place to start! I haven't used `tsd` yet but it has been on my radar, I look forward to the chance to try it out

Hello, awesome library! I hope it's still under active maintenance. I'm pretty sure `setMonth` here should be `setUTCMonth`, because tests in one of my libs that utilizes this package found...

I've not yet done this ``` Something to note is that we automatically release to NPM on every successful commit and we also strictly follow SemVer so please update the...

Since this may hinder adoption by less pure codebases, throwing another option out there: switch the defaults, so the module `Array` supports only readonly Arrays but also provide e.g. `MutableArray`

At @strong-roots-capital we use fp-ts in pretty much every TypeScript codebase that we have: React applications, Node services, internal CLI tools. The majority of the repositories are closed source. -...

It would have to be a ReadonlyNonEmptySet in order for the brand to remain accurate over the lifetime of the object. I'm not sure that sets can be marked as...

I've been looking through the issues to determine the current state of TypeScript support. I see pointers to the [@types/mathjs](https://www.npmjs.com/package/@types/mathjs/v/6.0.9) definitions on DefinitelyTyped, but the latest version of mathjs with...

```typescript const decoderT = T.asDecoder(); ``` I don't think the 2.0 method `asDecoder` is the same "decoder" as the 3.0 `Decoder`, so this suggestion won't work

Is this not already covered by the "Example" section of this page? https://github.com/gcanti/io-ts/blob/master/index.md

Here's an updated link: https://github.com/errata-ai/vale