Nicolas Morel
Nicolas Morel
Any code to reproduce this?
Sorry but that doesn't really help, there's no reproducible code here.
You mean https://joi.dev/api/?v=17.12.2#list-of-errors ?
So you want the template of the errors inside each of the errors in this section?
Hi, Right now there is not, although it wouldn't be very hard to add that to the errors options. What you can do though is recreate that from the details:...
IMHO email made sense because there are standards that take multiple emails this way, can you mention a standard taking multiple uris?
I need to think about it, but my 1st impression is that you're not even guaranteed that `startDate` is a date, so presenting information that makes sense in all circumstances...
It is rejected because it is invalid. There's a well-written [answer](https://stackoverflow.com/a/10600577) on SO.
Browsers accept about anything, they just run `encodeURI` on it before use but show you the decoded version. Using both Chrome and Firefox, when I copy your URL, I get...
This sounds a lot like raw text copy-pasting, a browser wouldn't provide that. I'm not going to change the validation part (`@hapi/address`), but I guess joi itself could accept an...