Andrey Baksha
Andrey Baksha
@dangreen, > this check doesn't mean what canvas wasn't connected before as I understand `MutationObserver` will not be created when canvas is connected allready. https://github.com/chartjs/Chart.js/blob/51441272a781ba575149b214933f0c5b4bafb6ab/src/core/core.controller.js#L1062-L1063 And after handler will be...
Maybe it will be helpful for other developers. In general this issue prevents creating of `ResizeObserver` to work with option `responsive: true` correctly. Because it creates after attaching. As a...
> But `firstInputRef` sounds really handy! It's better and easier just to provide prop like `firstInputId` to make possible to associate the label with the first input. ```js Date: ```...
Faced the same issue on MySQL 8.0.35 and Strapi 4.11.5. Hot fixed by increasing `sort_buffer_size` from default `262144` to `500000` (execute SQL `SET GLOBAL sort_buffer_size = 500000;`), but [documentation says](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sort_buffer_size)...