Caridy Patiño

Results 457 comments of Caridy Patiño

seems like customizing `baseURL` (which probably defaults to `document.baseURI`) is in the user-land, and it is responsibility of the user to define a custom value that its friendly to `$ToAbsoluteURL()`...

I like to refer to this as two separate concepts, in one hand we have names, and normalization of names, and in the other hand we have paths and the...

At the moment, this is not possible since the output of the LLM is a JSON string, and there are no hooks to control the parsing of that json. I...

@rictic thanks for the PR, I'm fine with this separation.

@rictic thanks for the PR, but it is impossible to review... can you update the PR with the actual changes? The diff, even when ignoring the whitespaces, it is the...

@rictic thanks for the PR, but it is impossible to review... can you update the PR with the actual changes? The diff, even when ignoring the whitespaces, it is the...

The real problem here is backward compatibility. I don't think backward compatibility (forever) is in the charter of UTS 35 or any other i18n data provider, while that is in...

The specification references to `DefaultLocale()` abstract operation http://tc39.github.io/ecma402/#sec-defaultlocale, but that is not exposed today. We can probably start by doing so, and expand on other default values (coming from the...

@littledan this issue goes beyond browsers, on the server side, it gets really tricky because the system-preferences are not useful, we have been tracking this here https://github.com/nodejs/Intl/issues/14 In any case,...

We discussed this topic today during the SES meeting, and we are in agreement with @domenic's position as well. @smaug---- with respect to `PromiseRejectionEvent`, there are other things that the...