Andrew Kaiser

Results 147 comments of Andrew Kaiser

Im glad the files are downloading now. In regards to its usage as an npm package, could you give a bit more context? I still am shaping how this repo...

That is an interesting thought. It immediately looks like you lose the reference to the `options` decoder, but Im sure theres some compiler magic thats happening to ensure that the...

The readme generally makes sense here. Raw io-ts types need to define recursive elements so it makes sense that recursion needs to be explicitly defined for those instances. I will...

looks like the latest version of the io-ts-transformer is borked ``` > [email protected] build /Users/andrew/Code/scratchwork/try-io-ts-transformer > webpack [io-ts-transformer info]: If you will get any problems using this transformer, please leave...

unsure. On a related note, just as a useful tracking tool, a lot repos like to use the [releases](https://github.com/awerlogus/io-ts-transformer/releases) page on their repo to keep track of their published versions,...

so the reason for the confusion here is that better-sqlite3 has a default export, and this @types package was originally written with namespaces. That error you are seeing is correct....

actually, I just ran the same file from master and there is no issue. Maybe a minor version bump could be sent out soon?