Jimmy E

Results 11 issues of Jimmy E

https://github.com/csarrazi/CsaGuzzleBundle/issues/208 Hi, I saw a problem with the fixture file name generated by this function : `src/Cache/NamingStrategy/AbstractNamingStrategy.php` ```php protected function getFingerprint(RequestInterface $request) { return md5(serialize([ 'method' => $request->getMethod(), 'path' =>...

Hi there, I have a discrimator inheritance : ```php /** * @ORM\Entity * @ORM\InheritanceType("JOINED") * @ORM\DiscriminatorColumn(name="discr", type="string") * @ORM\DiscriminatorMap({"activity" = "Activity", "meals" = "Meal", "bookable_table" = "BookableTable"}) */ abstract class...

See issue #124 Signed-off-by: Jimmy ESCRICH

Hi, is it possible to add dependencies to `league/flysystem: 2` and `league/flysystem: 3` ? Many thanks

- [x] I'm reporting a bug, not asking for help - [x] I've looked at the [documentation](http://leaflet.github.io/Leaflet.draw/dist/reference-0.4.1.html) to make sure the behaviour is documented and expected - [x] I'm sure...

Hi there, I saw that when you have github integration in you slack and work with pull request and actions test, we have only one message that change status when...

Hi, I have use your example to see how it's working. Buts nothing apear... In the folder test, I have the file test.js with your example : ``` javascript var...

Hi, In SF 6.3 they are deprecations about listener to go to SF 7.0 : ``` Since symfony/doctrine-bridge 6.3: Registering "Knp\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" as a Doctrine subscriber is deprecated. Register it as...

I there, I'm using translatable from Knp and I have this error : ``` Uncaught Knp\DoctrineBehaviors\PHPStan\Exception\PHPStanTypeException: Unable to find the Translation class associated to the Translatable class "App\Entity\ExposeTranslatableFieldsInterface". in /dev/app/vendor/knplabs/doctrine-behaviors/utils/phpstan-behaviors/src/Type/StaticTranslationTypeHelper.php:45...

Hi there ! I tried to connect to a private repository with yarn. I added this line : package.json ```json "dependencies": { "wtd-tsx": "git+https://:[email protected]//.git#main" } ``` But I have this...