Ron Spickenagel

Results 128 comments of Ron Spickenagel

I was thinking about this a bit, while working on another PR which implements an intrinsic utility function. I have not read through this or the previous thread very thoroughly,...

Thanks for the reply! There are several significant differences: 1. Supports generating regex using template literals (see example Email generic type) 2. Allows constraint definition for number and/or string 3....

> Comparing this to the existing literal value syntax, the additional intersection seems redundant. I missed this comment. I used the intersection to demonstrate using multiple validators and the power...

> The `as const` would be a bit annoying though - is it necessary? Probably not necessary, unless anyone can provide reason for why it should be.

> i18n is a big reason to avoid custom error messages I hear you. However, something to consider. In the event it fails: Without custom message: `Validation failed for YourType`...

Hey @danielpza I am working on shifting some things around at the moment and will be allocating set time to maintain the OSS each week. Will be able to start...

# [`ts-patch`](https://github.com/nonara/ts-patch) is a replacement for ttypescript w/ v5+ support See: [ts-patch](https://github.com/nonara/ts-patch)

Same issue here. It does make sense that the pyright plugin would use linux paths if run within linux. The question is, if it knows its being _sent_ WSL paths,...