Richard Hagen

Results 101 comments of Richard Hagen

Hi, it showed the loading animation... Den lør. 14. jan. 2017, 12:43 skrev Christoph Lipautz < [email protected]>: > Ahoi - did the apply tv show the loading animation or an...

Hehe, it's at my parents house out of town, but I'll see if I can recreate the issue when I get back in a few weeks :-) Den søn. 15....

In the meantime I'm using ktunnel to debug PHP applications: `ktunnel expose --namespace=richard --tls xdebug-svc 9003` xdebug config: ``` zend_extension=xdebug xdebug.mode =debug xdebug.start_with_request = yes ; Kubernetes service injected by...

Unfortunatly xdebug requires the reverse, we need to listen to a port in the cluster, and forward traffic there to the port listening locally. Skaffold doesn't support that, so we...

I wonder if it will be way easier to make now if its based on the newish `#[AsCommand("app:command:name")` attribute!

Awesome! Thanks @Haehnchen ! Is it possible to also look for the Attribute `#[AsCommand('app:test')]` instead of `$defaultName`?

![Skjermbilde 2022-05-12 kl 12 05 06](https://user-images.githubusercontent.com/5749715/168046471-2a619f39-c47c-4575-a2e5-37b4942971d8.png) ![Skjermbilde 2022-05-12 kl 12 09 36](https://user-images.githubusercontent.com/5749715/168047297-fa90eb87-d096-439d-80e0-00da320345b8.png) I see you have added a codeblock for it (https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/1920/files#diff-bd1d67aad9012c45bcb6b02f252d9f007cf79ae6b13cf0f5bbbb643df1b41569R73) but it doesnt seem to work... I'm running...

Yup, can confirm: `name: 'app:test:test'` works great! :)

Similar issues: - https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/429 - https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/131 - https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/170 - https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/13 - https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/138

Great! Is it important for you to ship your own Curl client, but make it easilty replacable, or would you prefer including an existing PSR-18 client (I would recommend Guzzle...