Jáchym Toušek
Jáchym Toušek
@tianon @yosifkit Okay, if ARG isn't the way to go then how about just having a support in the template to generate debug Dockerfiles? My goal is to have a...
ping @tianon @yosifkit
How about using this together with my idea? https://github.com/docker-library/php/pull/1287
Hello, since the [debug images](https://github.com/docker-library/php/issues/530#issuecomment-384870773) from @csandanov are no longer maintained, I'd like to again ask about the possibility of having official ones. The latest reason against it I found...
@fredden It doesn't update indirect dev dependencies and if I add `--with-dependencies` it could also update indirect dependencies of non-dev packages.
@fredden Ah yeah you're right, I missed the fact that you're using composer.lock rather than composer.json there. Good workaround, thanks!
@PowerKiKi It doesn't work for me... when I checked it seems the placeholder string didn't make it to the `$o['c']` variable without modifications. It is sort of there but there...
@PowerKiKi Nope my settings are very basic. I'm not even using the Options class yet, everything is default.
Just ran into this as well. In case you want to support both versions of psr/http-message it might be possible to use PHP's `#[\ReturnTypeWillChange]` attribute withing Sparkpost library.
@cleptric Would it be possible to make Sentry work even when `php-http/message-factory` is not installed? It can still be a dependency and used by default but that way those who...