Vance Lucas

Results 45 comments of Vance Lucas

I can't commit time to it right now, but I would happily accept a PR that implements this.

The extension will be fine. Valitron will be undergoing a large re-organization for v2 (just in planning phase - no code yet), so it will be easier to keep the...

I guess what you're needing is a way to set a custom validation message with the array notation, correct?

Thanks for reporting this. First, I would say that there is a spanish translation you can use to get spanish error messages (`lang/es.php`). Second, I would say that this is...

This is an interesting idea. I like it a lot. I currently don't use a client-side validator in my projects (they are mostly REST APIs), but I definitely see the...

Have you been able to come up with anything on this? I still think this is a good idea.

Confirmed this is still an issue with `1.0.2`: ``` yarn create @shopify/hydrogen --template demo-store-ts yarn create v1.22.17 [1/4] πŸ” Resolving packages... [2/4] 🚚 Fetching packages... [3/4] πŸ”— Linking dependencies... [4/4]...

Looks like we need to poke the Oxygen team to upgrade Node: > error [email protected]: The engine β€œnode” is incompatible with this module. Expected version β€œ>=18". Got β€œ16.16.0”

@frehner That's a good point on StackBlitz. We need to ensure they support Node 18 before we can push this out and then drop all our polyfills.

I [left a comment on the StackBlitz issue](https://github.com/stackblitz/webcontainer-core/issues/560#issuecomment-1184891190) for custom Node versions. We will see what they say or do.