Max Duval

Results 98 comments of Max Duval

Duplicate of #11754 – a slightly different approach, but leads to duplicate data…

@fritzmatias I think your example is actually quite different: your string will “match” the provided regular expression, but will not be split will all results. I’m not entirely sure what...

Your example is definitely vastly different to @fcrozatier and I don’t think this issue is the right place for your comments. I do not think there’s a bug in `zod`,...

@kalnode is your issue directly related to the fact that you're using a text validation library? If so [have a look at my suggestion there](https://github.com/ciscoheat/sveltekit-superforms/issues/253#issuecomment-1694338981): > ```js > /** >...

See also https://github.com/guardian/dotcom-rendering/issues/9655

Could be we make sure `web-vitals` is also updated to prevent peer dependencies mismatch?

Note: when this is merged, the [DBT job](https://github.com/guardian/data-platform-models/blob/0ac34c9961754b9d239b408bc155574420b6bf92/dbt/models/commercial/core_web_vitals/core_web_vitals.sql) will need to point to the [new dataset location](https://github.com/guardian/gcp-iac-terraform/pull/718)

I’m [definitely partial to an `ok`](https://gist.github.com/mxdvl/af32e79ed4710f6b53fb50a906b5a75b#file-result-ts), but I first witnessed it in [“Error Handling with Result Type” by Jake Trent](https://jaketrent.com/post/error-handling-result-type/)