nzhiti
nzhiti
It doesn't seem related to vitejs version since we have same issue with vite 3.1.0 However, I've the feeling that I might bundling two versions of emotion/styled since @mui has...
This can be done by settings playsinline to true if supported. This is the documentation about that parameter on vimeo : https://help.vimeo.com/hc/en-us/articles/12425812053265-Inline-playback-on-mobile. I don't know if it's supported by the...
Reactplayer is using [screenfull ](https://github.com/sindresorhus/screenfull) library to handle fullscreen. `if (screenfull.isEnabled) { screenfull.on('change', () => { console.log('Am I fullscreen?', screenfull.isFullscreen ? 'Yes' : 'No'); }); }` You can also try...
`#[Gedmo\Slug] #[Gedmo\SlugHandler]` Can slug handler being chained in order to have multiple RelativeSlugHandler ?
> Yes, you can configure multiple slug handlers, see [this test fixture](https://github.com/doctrine-extensions/DoctrineExtensions/blob/e85560ed96f977b8c29428a99222cb2ef2f0e80d/tests/Gedmo/Mapping/Fixture/Category.php#L60-L84) as an example with both annotations and attributes. > > If your question is specifically whether you can...
> OK, well that's a separate feature request from this item (which is mainly about the config difference between annotations and attributes). On a quick glance, it seems like the...