LCoronelP

Results 7 comments of LCoronelP

I have the same issue in xfce4 over xubuntu 20.04. The /var/log/auth.log show that: ``` Jun 20 18:03:30 phoenix /lib/security/howdy/pam.py[5576]: Traceback (most recent call last): Jun 20 18:03:30 phoenix /lib/security/howdy/pam.py[5576]:...

Currently, I am encountering this problem in a production project. I am looking for solutions and temporary workarounds until the library handles it on its own.

I have tried to play around with this a bit and have something that, although not optimal, makes it appear above other popover or dialog. However, I still have a...

Exactly, this is the issue we are facing right now (before, we only displayed one toast at a time by flushing and dismissing everything else each time a new toast...

I had to change the build to stop minimizing with this tool since there is no way to make it work.

@LiamKarlMitchell Thanks for your setup!, I think there's a mistake here: > thirdparty/@storybook-solidjs/scripts/prepare/build.ts > use eslintPlugins instead of plugins as the property name in build. Actually, it should be **esbuildPlugins**,...

@nmathew98 this doesn't work for me, it loads but with a `ReferenceError: React is not defined` instead of the component :( BUT! making a patch with `pnpm` with the code...