Darryl Hein
Darryl Hein
When I update to >=0.30 (works fine in 0.29.1) the keys for images in the manifest are the hashed versions instead of the original paths. (I suspect fonts will be...
I think the change in #245 is causing a problem. If the projection is not set to run forever/continuously, the status will stay at running. I've duplicated it by calling...
Ability to reset a password for the user other than the currently logged in user. Steps to reproduce: 1. (not logged in) Request reset for user A. 2. Login as...
I've noticed that the page regarding overriding validation groups is quite short and doesn't really provide the full details: https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/overriding_validation.rst The piece of the details that I feel is missing...
I'm trying to setup the docker version, but I get the following when running: docker run --rm -it --volume $(pwd):/app prooph/composer:7.1 install -o --prefer-dist I get the following: [KO] Script...
After a good 30+ minutes, we finally found the FAQ item stating that the plugin is not shown if another plugin is using `wp_mail`. Would it instead be possible to...
In the documentation is says `@=hasAnyRole` accepts a set of string parameters. But when trying with strings, I get the error: ``` Overblog\\GraphQLBundle\\Security\\BaseSecurity::hasAnyRole(): Argument #1 ($roles) must be of type...
Right now, to be able to do local dev, you need change the primary URL to something like an ngrok domain. Without doing that, the base URL will be your...