Navarr Barnier

Results 94 comments of Navarr Barnier

This is how I'm currently implementing changed files on a project (currently not using this action but just started looking into how to get annotations): ``` changed_files="$(curl --request GET \...

It looks like you made this Req. on your master branch. If you could branch off the original feature and pull/req that instead, it would be much more helpful to...

@marvinpinto Is there any chance of this being merged in or anything else you'd want me to do to it?

@sul4bh Yes, that is exactly what I'm looking for. Right now I'm using an old version of ZucchiBootstrap on my website and an old version of Zend to compensate. It...

Is it better to use `.gitattributes` or composer's [`archive.exclude`](https://getcomposer.org/doc/04-schema.md#archive) here? Or both?

Can you confirm how you attempted to override them? I would think they'd be overrideable by specifying a different image for the `php-blackfire` service, and the `blackfire-agent` service if necessary

I don't have time to attempt this right now, so I'm going to document my notes here: This might be possible by updating https://github.com/davidalger/warden/blob/495176185a6cfbdff5f775b3f91ecc84d7dd3959/utils/env.sh#L77 such that it also searches the...

@davidalger Good call, I must've missed that update. This issue does not occur with `PHP_XDEBUG_3=1` in the `.env` file. Forcing it for 8.0+ is probably the right call.