Marcus Stöhr
Marcus Stöhr
Not sure if the coding standards issues are related. Running the check locally revealed issues in 10 files.
Could someone please have a look about using the converter with the options syntax? Like `@MultiParamConverter("fooid", "AcmeFooBundle:Foo", options={"id" = "fooid"})`
So, after some more investigation it looks like this bundle isn't needed as I was able to use `@ParamConverter` more than once. At least for that part the bundle isn't...
Looks like I screwed the PR. Maybe my commit (a369a1d) can be cherry picked.
I got this feature working today and it was easier than I thought. I already begun writing some documentation but I'm unsure if this would fit in the current README.md...
Ok, great. This will also fix an issue when a user is already registered and wants to login with his Facebook account having the same email adress.
I used the email condition to prevent an validation error as email_canonical is defined as unique. But I agree it isn't sufficient. Another, third, solution would be: Still have the...
I fixed the build issue by adding a new symlink to the python3-binary: ``` cd /opt/homebrew/opt/[email protected]/bin ln -s ../Frameworks/Python.framework/Versions/3.9/bin/python3.9 python3 ``` After that I was able to install the formula....
Thanks for the report. I'll try to fix this as soon as I can.
@jpmurray I've pushed a change in 619a1c2ca06b853916c8620a28052a7aae2d8f54. This should work as intended.