rafaeldsousa
rafaeldsousa
_Experiencing a strange issue._ I could get Flowbite setup and running on Nuxt 3, both via plugin or adding it via `nuxt.config.ts` script. My problem is that everything works fine,...
@gaurav5430 @ivesdebruycker suggestions work well. But also consider adding a window resize event listener so that the container is re-rendered in the correct position on window resizes. Also we only...
Seems like the problem also affects the v-overlay component, which is used for temporary drawers and menus. Focus is not changed when element is created. Both v2-3 have the same...
@atilkan I'm not entirely sure this relates to the focus being set on overlays or any dynamically created elements. Looking at the [code for v-navigation-drawer](https://github.com/vuetifyjs/vuetify/blob/b0140b073ef1502d957d6234a29a0d274109c2b9/packages/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.ts#L385) doesn't look like the focus...
I believe what I'm experiencing is related, just started happening for one of my SC sites. **Error: E_WARNING: chdir(): Permission denied (errno 13)** SS had a look and could trace...
Hi @brynwhyman `bringyourownideas/silverstripe-maintenance` - 2.3.1  `bringyourownideas/silverstripe-composer-update-checker` - 2.0.3 
Any updates on this ? still happens a lot on SC. For now the only thing we've able to do was to ignore the error permanently so that our logs...
@andrewandante Personally I've only experienced the `Error: E_WARNING: chdir(): Permission denied (errno 13)` error, which relates to Michal's [comment above](https://github.com/bringyourownideas/silverstripe-maintenance/issues/142#issuecomment-1127384484). So either having private repos or non packagist tagged modules...
@GuySartorelli anyone looking at your PR above #170? Logging channels still keep being flooded with permission error messages, if not manually ignored. Would be good to have this merged and...