Housik
Housik
@gsherwood Hi Greg, would you be please so kind and take a look to Frank solution? It looks like it now mets your requirements about baseline functionality for phpcs. I...
I have the same issue, latest Monterey, latest docker-sync, latest Docker for Mac... as it starts to happen after Docker for Mac update or Monterey update, I suppose, it is...
try this in file `masonryInitializer.js`: ```js (function ($) { "use strict"; $(document).ready(function () { // init Masonry var $grid = $('.msnry-grid').masonry({ itemSelector: '.msnry-grid-item', columnWidth: '.msnry-grid-sizer', percentPosition: true, }); // layout...
try this in file `masonryInitializer.js`: ```js (function ($) { "use strict"; $(document).ready(function () { // init Masonry var $grid = $('.msnry-grid').masonry({ itemSelector: '.msnry-grid-item', columnWidth: '.msnry-grid-sizer', percentPosition: true, }); // layout...
The bug still exists even in ORM 3. The `hints` array with `fetchMode` set by method `$query->setFetchMode()` is not read at all. I just debugged it. The code in [https://github.com/doctrine/orm/blob/3.1.0/src/Query/SqlWalker.php#L909](https://github.com/doctrine/orm/blob/3.1.0/src/Query/SqlWalker.php#L909)...
I have same issue, tried to debug code and result is -> all associated classes must implement `#[ORM\Cache]` too, otherwise exception is thrown. Not sure, if this is written in...