Jean-Philippe Gariépy

Results 7 comments of Jean-Philippe Gariépy

If the goal if to be able to publish to GCR and to something else, this is absolutely feasible by providing two auth entries in `config.json`. You would need to...

@Shanuson Assuming you use the [JSON key file method to authenticate to GCR](https://cloud.google.com/container-registry/docs/advanced-authentication#json-key): ``` { "auths": { "https://asia.gcr.io": { "username": "_json_key", "password": "" }, "https://eu.gcr.io": { "username": "_json_key", "password": ""...

Personally, I'm not in favor of auto complete. That's way too much hinting. Also, knowing how to spell the country name is part of the game. If you're stuck, you...

The problem is that we are sometime one-letter off the real country name. We'd like Globle to be more tolerant and accept slightly incorrect name. The solution of auto-complete has...

I also think it would be worthwhile to have this in the API (and possibly `deepPassthrough()` and `deepStrip()`). If you're in a hurry, I think you can implement it yourself....

I've tried to generalize to all kind of deep unknown policies. Here's what I got: First, you need 2 utilities: a function and a type. ```ts type ZodObjectMapper = (...