Anthony Agostino

Results 9 comments of Anthony Agostino

Timezone seems broken for London in general. It keeps adding my timezone locale. Very frustating. ``` console.log(dayjs.tz(new Date(), "Europe/London").month(1).startOf('month').format()) 2022-02-01T05:00:00Z ```

+1, makes over 28k calls to that function on load. Also if this were to be fixed, would it be put into MUI 4.x ?

I have a similar problem where upon removing a field via `unsetField` a completely different array field loses all of its data. I've tried about 100 different ways to work...

I was about to report the same issue. The label clearly says "Filter by value", but what it actually does is filter the checkboxes. It really needs to be more...

Related? My language servers are just endlessly crashing ![image](https://github.com/sveltejs/language-tools/assets/96190420/a9e90a15-336e-4af9-8030-5d87a17e8dc8)

+1 looking for the same thing!

Yes, we patched it with a custom type. But on that note, if you upgrade to svelte 5... ``` ** * This was the base class for Svelte components in...

@vkarpov15 if you guys take over this, are you converting to TS? The current types package has a few incorrect types causing big headaches.