David Blass

Results 103 comments of David Blass

@rbuckton Has [ArkType](https://github.com/arktypeio/arktype) not proven it can be done efficiently at this point? Even with the overhead of type-level string parsing (including syntactic and semantic validation), types are often 3-10x...

Every new TypeScript version has breaking changes are listed at the end of its release notes. They also tend to affect a very small number of users and/or be correcting...

@Andarist mentioned this may be fixed by https://github.com/microsoft/TypeScript/pull/54121

This looks good! Feel free to DM me on Discord/Twitter and we can schedule a chat next week and go through the Playground link. I might have some ideas for...

@antoine-coulon Yes this sounds perfect to me! I think it makes sense to continue detecting all cycles for the reasons you mentioned- in most cases, there is probably a better...

Also ran into this issue, would be great to get this merged!

Thanks for your help @alexc155! I'd love to migrate ArkType to node's test runner but I'm still encountering lots of problems with TS discovery and imports. Will be keeping an...

Would be a huge help if this were configurable! Even just increasing the default feels like it would be a big help. 120 feels *really* limiting, especially if you want...

This should definitely be doable. I use something like this in ArkType declared types to diff actual/expected types. Could be adapted to be used as a type-utility directly. ![image](https://github.com/typehero/typehero/assets/10645823/0c7e29ff-4803-4955-8e90-5832d6211aa1)

Is the goal just to redefine those exact types to give better errors? You really only need one type to give a good comparison error. There are a few additional...