Mario Fehr

Results 42 comments of Mario Fehr

@tamert I have the same issue, did you fix it?

That with the user name is normal. We ported the user table from phpvms to vaos. in phpvms there is no extra username column. So the importer set some rubish...

Any plans to fix and merger this?

@zmitic the problem is the `caddy:80` in `SERVER_NAME="api.localhost, caddy:80"`. It is not possible to configure tls on sites that listen on the HTTP port. @thePanz @maxhelias @dunglas any suggestions to...

How about a tabview like in the ArticleBundle?

@stakovicz any progress on this to finish it? Would love to use this.

@zairigimad in our own docker images we do some magic like this ````docker COPY --from=madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10 /bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf COPY --from=madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10 /bin/wkhtmltoimage /usr/local/bin/wkhtmltoimage ```` but never tried if this works with symfony-docker

@alexander-schranz I will target this issue ASAP I find some time.