Yvan G.
Yvan G.
Hi, This issue has been fixed by https://github.com/StephenChou1017/react-big-scheduler/pull/169. But the npm package is outdated (last updated in May 2019, fix merged in December 2019). What you can do (and what...
The CSS in the main window doesn't apply to the shadow DOM. I don't know if it's the best solution, but here is what I use. The template: ```vue ```...
You can disable these unwanted log messages with this procedure: https://github.com/mxl/laravel-queue-rate-limit#disable-logging
Any update about this prop to disable the text input? I would like to make some chat rooms read-only under certain conditions.
I was facing the same issue using the `refresh` provider. The _access_ token was not saved in its cookie after a successful login, only the _refresh_ token was saved. But...
The issue is not with the login form or the redirection link but with the page's layout. My page `page/login.vue` is configured to use the `layout/login.vue` layout. With the same...
I've had this error message when using a password starting by a `?`, and the addon didn't worked. I removed the special characters, the message disappeared (and the addon works!).
For me it was. I checked the source code. I saw the password was embedded in a URL and realized that it could be the source of the problem. https://github.com/GuilleGF/hassio-ovh/blob/d47c16c683a9e98883976f30ca891bdfad5d2a91/custom_components/ovh/__init__.py#L83