Kamil Harasimowicz

Results 5 issues of Kamil Harasimowicz

When we have this same controller in two modules, example: ``` /application |/constrollers | |--/Index.php |/modules | |/Admin | | |/controllers | | | |/Index.php ``` And in /modules/Admin/controllers/Index.php we...

enhancement

Somewhere disappeared method `signedVarInt32` ``` js /project/node_modules/jsgo/lib/jsgo.js:1209 return stream.signedVarInt32(); ^ TypeError: Object # has no method 'signedVarInt32' at Entity.decodeInt (/project/node_modules/jsgo/lib/jsgo.js:1209:31) at Entity.decodeProperty (/project/node_modules/jsgo/lib/jsgo.js:1164:60) at Entity.readFromStream (/project/node_modules/jsgo/lib/jsgo.js:1115:39) at Demo.handlePacketEntities (/project/node_modules/jsgo/lib/jsgo.js:1843:48) at...

it would be nice to also check twig templates using [dump()](https://twig.symfony.com/doc/2.x/functions/dump.html) method

I suggest adding a service implementing RestIntefrace by messanger worker in the integration to have independent buffers for each task. I think this should be in the default implementation https://symfony.com/doc/current/messenger.html#stateless-worker

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.7.1 #### Summary Entity with "date_immutable" field returned from database has DateTime...