Long Ho

Results 19 issues of Long Ho

Are you interested in being test262-compliant?

Hello, currently karma CLI doesn't allow explicit test files as arg so we're passing them at the end and parse them out in `karma.conf.js` and v6 breaks it so I'm...

discuss

## Question about an existing feature ### What are you trying to achieve? I'm trying to integrate sharp in our bazel build which is hermetic and uses sandbox for everything....

question

### Discussed in https://github.com/formatjs/formatjs/discussions/3525 Originally posted by **cl8n** April 8, 2022 in my app I use a custom algorithm to generate message IDs. I've used `babel-plugin-formatjs`'s `overrideIdFn` and `formatjs extract`'s...

pinned

```js const date1 = new Date(Date.UTC(2021, 4, 19, 9, 0)) // "May 19, 2021, 9 AM" const date2 = new Date(Date.UTC(2021, 5, 19, 17, 0)) // "Jun 19, 2021, 5...

bug
pinned

## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have...

cla: yes
Can Close?

Spec: https://github.com/tc39/proposal-intl-localematcher

…d add new internal slots fix #563

editorial

Resolving from a list of requested locales (via `Accept-Languages` header for example) to a list of supported locales for a certain website. See https://github.com/vercel/next.js/issues/18676 for example. Existing locale matching libraries...

c: locale
s: comment
User Preferences

👋 We just released `@formatjs/intl` that detaches the imperative API from the React binding (react-intl uses this basically) so I'm curious if vue-i18n-next can use it? It basically has everything...