Results 25 comments of Uriel Avalos

Any timeline on this will be added to the 2.0 branch? Actually, I may be able to add it if you give me some pointers.

Sorry for the really late reply.No, it's not setup to use sound. -------- Original Message -------- Subject: [GLWallpaperVideoDemo] play sound with video as live wallpaper (#4) From: hardikJoshi123 [email protected] Date:...

It is a complex mess, split into several files and 1000s of lines long :-) Also, it's unfortunately, a private repo. (That's why moving away from parallel-webpack won't happen any...

Sorry for the delay. Turns out this error was caused by the `parallel-webpack` config. It accepts *multiple* webpack configurations, hence the unknown property. However, now that we ensure we're passing...

Note a workaround is to use fireEvent.input instead of userEvent.type On Jul 7, 2022 7:50 PM, GW ***@***.***> wrote: Here's another example of it failing and it also failing with...

No i meant that another bug is that userEvent.type in general does not work and a workaround is to use fireevent.input On Jul 8, 2022 7:50 AM, GW ***@***.***> wrote:...

* It seems that a workaround is to upgrade node-fetch to 3.X. See https://github.com/node-fetch/node-fetch/issues/784 * however, that is a major refactor that would require changing happy-dom, rtk-query, plus whatever uses...

yea you're right @capricorn86 . Technically I just found a workaround but it would be nice if fetch "just works" . There are three things that we need to do:...

In the above comments, there's a link to a test repo with absolute URLs. If you want relative relative URLs, that's a different story. I tried repoing the fix in...

Seeing this as well... somehow related to ant design components. Do you mind placing some more details here @hornta ?