Michael Hirschler
Michael Hirschler
> @fizzka yes, it's planned to use the (very) big official image ;) big in change, not in size. true? :-D Would like to see an alpine version, too :-)...
After some months of Docker I've learned something useful, which should help on this issue: multi-stage builds. https://docs.docker.com/develop/develop-images/multistage-build/
I stumbled upon this issue while looking for a solution. This is my Dockerfile to run my Symfony project in Openshift as an arbitrary user: ```Dockerfile FROM docker.io/dunglas/frankenphp:1.8.0-php8.3.22-bookworm RUN cp...
I'm currently looking into adding `RedisCluster` support (see #153). Probably we could join forces by rewriting the `Redis` adapter and include the if/else for handling Predis transparently and hiding the...
`fos/rest-bundle` extends Symfony to help you build REST APIs (requires familiarity with this topic). Of course, an introduction into "what's REST" could help - there are plenty of resources on...
OneupUploadBundle v4 is required to use league/flysystem v3. Unfortunately composer.json does not tell you. @bytehead maybe a "conflicts" section in composer.json would help reducing bugs like these?
Looks like unless I _want_ to `watch: true` (on build servers I usually don't want to watch ...) it's impossible to use build-cache using this module. https://github.com/webpack-contrib/grunt-webpack/blob/080fa7d15403de9e176085082917bde527d4ca60/src/options/WebpackOptionHelper.js#L22-L26
Which version of auditor-bundle do you use? Please post your composer.json requirements here, so others better understand the problem and be able to help you. > Could you please update...
> Hi, Do you encounter issue finishing this PR ? Hey, I wish to, yes. But I'm really busy at the moment, and I dunno when I have some spare...