Steven R. Loomis
Steven R. Loomis
same here. bedup 0.10.1 on nixos
Please ping me if you have questions on it !
@mudassir-jmi @Shub3am hi. Take a look at https://github.com/nodejs/node/pull/43988 that is where the latest work is
@rxaviers it's a great question, can you send a note to cldr-users? I can confirm as with the links below: [icu4j yMd@en-SG](http://apps.icu-project.org/icu4jweb/flexTest.jsp?pat=yMd&_=en-SG) `dd/MM/y` [icu4j yyMd@en-SG](http://apps.icu-project.org/icu4jweb/flexTest.jsp?pat=yyMd&_=en-SG) `d/M/yy`
> I think we should be consistent with ICU4J and ICU4C. Both of them don't seem to have dedicated logos (expect for a terrible logo on the [ICU4J Maven page](https://mvnrepository.com/artifact/com.ibm.icu/icu4j))....
see also https://github.com/unicode-org/icu-docs/tree/main/design/iculogo
this was observed under 3.3.1 and also `master` (so 3.4.4+)
```js url.parse("http://example.com/'").href; // --> http://example.com/%27 ```
@shockey this is via node.js API, not browser. And interesting, looking at your inspector… in this case though, the HTTP request isn't wrong, the problem is that what's passed to...
@webron pong ^