Jalliuz
Jalliuz
I guess the problem is in this piece of code ```` { key: "_changeSlideFinally", value: function _changeSlideFinally(event) { event.stopPropagation(); // This is where the bug is: if (event.target.className !== 'tui-image-editor-range')...
@beberlei In my case I just want to know if there is at least one ...toMany Relation because I encountered this "iterateWithFetchJoinNotAllowed" exception in SQLWalker and I wanted to solve...
I'd like to proceed with this pull request soon, when I have some time, and try to simplify it to a useful additional method. I'm thinking of 1 extra method,...
Same problem here: When looking at this twig function `new TwigFunction('knp_pagination_query', [PaginationRuntime::class, 'getQueryParams']),` The getQeuryParams does not take the current paginator options into account and we always get the default...
The solution of Vertica works indeed ```` public function getQueryParams( array $query, int $page, ?string $pageParameterName = null, ): array { $pageName = $pageParameterName ?? $this->pageName; if ($page === 1...
To solve that :root variable problem. If you re-inject a stylesheet with :root definitions in the shadow DOM you must replace :root with :host. And then the variables get picked...
I indeed use MySQL. So the problem is executing a transactional (manually setting isTransactional to false) + a non-transactional (default behaviour) in 1 migration run. We can't mix them when...
I think #1426 (Migrations are piling up bogus savepoints on MySQL/MariaDB with PDO_MySQL) might be related to this same issue. I indeed have a bogus savepoint at the start of...