Karl Schellenberg
Karl Schellenberg
I'm glad I could help :)
thanks @willhoag , that polyfill fixed my scrolling issues in Microsoft Edge
Same here. `EXECUTE_LOCAL_COMMANDS=True` Stuck on: ``` -=-=-=-=-=-=-= COMMAND AUTHORISED BY USER -=-=-=-=-=-=-= Executing command 'npx create-next-app' in working directory './auto_gpt_workspace' ```
Is there a way to extend fullscreen functionality to add a custom body class?
Latest chrome on ios (iphone x). Also happens on latest safari ios.
The workaround is to convert your config to v3... ``` import { upgradeConfig, Emitter, EmitterConfigV1, EmitterConfigV3 } from '@pixi/particle-emitter' ...... const { default: config } = await import( `../configs/particle-effect.json` )...
I'd love to use this one
> So previous code does not work for me, instead I found another way, which is patching `@radix-ui/react-dialog` (using`patch-package` ) to modify the line that send the focus back to...