MCMXC

Results 162 comments of MCMXC

`43.1`, but nevermind sorry, it works now after reloading the shell. Let's see if it still works when switching over to Wayland.

If the Svelte team decides on a browser support matrix, it would be easy to maintain compatibility with the use of https://github.com/amilajack/eslint-plugin-compat

Any update on this?

We actually have a real-world issue related to this: We use [react-phone-number-input](https://gitlab.com/catamphetamine/react-phone-number-input) with a restriction for `country=US`, but `faker.phone.number()` can't be configured easily to give us US locale only. Therefore,...

I guess I can just wait for https://github.com/faker-js/faker/pull/1735 to be merged, which makes `en_US` the default and kicks out all other locales?

Hmm, the problem is we use `faker.phone.number('+1##########')` currently which then doesn't care about the locale set. When switching to use `faker.phone.number()`, all kinds of formats are generated like `860.297.1343` or...

Yeah, perfect! Then I will eagerly await the new functionality ;) I can also offer to test changes out with our codebase if you guys have the need for it.

Thought I would also add my 2 cents to this: I mostly need to record an area of the screen rather than a whole window (for showing frontend UI changes...

Not 100% what we had in mind, but I think what you linked could work.