Dariyousch Käther

Results 6 comments of Dariyousch Käther

I'm currently having this problem trying to implement a library (`mdx-editor` - that is using this package as a dependency) inside a chrome-extension - `unsafe-eval` is not allowed there. Thanks...

@Splinteer as a workaround, you can try following the adjustments mentioned here: https://github.com/mjisoton/matomo-bypass-adblock

For me it works like a charm- I added some global classes: ``` .driver-popover-md { max-width: 600px !important; } .driver-popover-lg { max-width: 900px !important; } ``` And added the class...

Only could get it working with ffplay so far, same issue with vlc

I had a similar problem with a Select inside a Drawer (using shadcn) which looks like a focus-conflict between Dialog and Select. Only triggered by a weird edge-case (probably by...