PWalkow
PWalkow
Maybe a solution for the image problem would be to use different provider (maybe even confiurable in the 'image' method) like https://picsum.photos/ or https://loremflickr.com/ ? similiar packages in js have...
I guess this issue can be closed already as it seems like lorempixel works already without downtime issues. Would be great to change the provider on the fly just by...
Thanks, we needed that as well!
@jakzal Yes, build-in support would be the best idea rather than adding this step manually to all projects and/or base pages. Debugging while errors are hidden is almost impossible.
Hi, unfortunately I have not found the way how to make it work either, our first staging environment is using dev mode, not prod due to need of profiler bar,...
Same problem here, my current server requires it to be ran as sudo. I guess it would be good to have a choice to run it with sudo. I've changed...
Why this fix wasn't merged yet?
Same problem here, default value for 'attr'=> 'options' is an array and symfony twig bridge is trying to display it... in form_div_layout.html.twig:451
@https://github.com/prugala/PRRecaptchaBundle/issues/22 Same issue happened on the different bundle, temporary solution is to add an entry to twig.yaml configuration under form_themes: ``` form_themes: - '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig' ``` Note: ( @excelwebzone , @cloudislam...