Maverickk

Results 4 comments of Maverickk

Even for styles created before then, the daily snapshot was stopped on March 18.

> Performance wise it would probably be best if only short videos (WebM for example) are allowed as GIF file sizes are too large. I tried to use WebP animation...

Promise.all() is parallel, and to ensure that the order of execution is predictable, it should probably look like this. ```ts function chainCallbacks(...callbacks: (((ctx: T) => void | Partial | Promise)...

@Akryum Devtools seems to cause components to unmount slowly, and the lag becomes especially noticeable when unmounting a large number of components at once. Turning off ’Performance monitoring‘ and ’Update...