Thomas Hiron

Results 17 comments of Thomas Hiron

How about building each image from alpine with 3 `Dockerfile` inside project? I needed such resources a few time ago and I think it could be nice

Here is my workaround... ```yml fos_oauth_server.security.authentication.listener: class: App\User\Security\Firewall\Listener\OAuthListener arguments: $securityContext: '@security.token_storage' $authenticationManager: '@security.authentication.manager' $serverService: '@fos_oauth_server.server' ``` ```php namespace App\User\Security\Firewall\Listener; use FOS\OAuthServerBundle\Security\Authentication\Token\OAuthToken; use FOS\OAuthServerBundle\Security\Firewall\OAuthListener as BaseListener; use Symfony\Component\HttpKernel\Event\GetResponseEvent; use Symfony\Component\HttpFoundation\Response; use...

This definitely needs to be merged! I spent too much time on how to approve the request before finding this PR.

Ok, thanks for the quick reply. That's up to you to close this issue then ;)

Hello, I'm using this branch for almost 3 weeks now, and here are a few thoughts: - I've always found what I was looking for - Autocomplete is slower but...

I don't think so, I cloned the repo on the 6th of March and didn't pull after that. I was using this commit all along: https://github.com/przepompownia/phpactor/commit/492bc9e5 I updated the project...

Hello! I'm using nikic/php-parser v5.0.2, but I still get the error. Any idea where the issue can be? Thanks!

Yes, I'm using shim 1.0.2 that doesn't have requirements: composer show ``` name : qossmic/deptrac-shim descrip. : deptrac phar distribution keywords : versions : * 1.0.2 released : 2022-12-02, 1...

Sure, here it is: https://github.com/thomas-hiron/deptrac-reproducer The syntax error also breaks the violation detection: if you delete one of the typed const, there is one violation. But I guess that's expected...

There's no syntax error, thanks! I updated the deptrac.yaml but now there is no violation (2 were expected as shown in the reproducer): ```yaml deptrac: paths: - ./src layers: -...