Rémi Marseille

Results 35 comments of Rémi Marseille

Hi @oussaka , Can you paste the full stack trace please? And rebase from master to fix the CI. Thx

@oussaka there are some conflicts, can you resolve it please? And give me the stack trace about the issue you encountered. Thx

Hello @leblanc-simon , any news? Thx for your time and this work!

Hi @numerogeek , busy these last months, but yes I still maintain it. This PR breaks the CI, so need to be fixed

Hello, I will probably do it soon, do not hesitate to contribute.

Hi @wizardz , This PR #40 is still opened, the job is almost done :)

Hi @webdevilopers , I just check it with the same configuration you give here and it works with Symfony 2.6.x-dev b0d73f3. What's your Symfony version?

You can't access the config outside the bundle extension. I think we could: 1. add a parameter in `form.xml` to allow the user to replace the default class (so no...

Hi @webdevilopers ! Yep, `captcha_disabled` has been removed: if you don't fill the `captcha_type` node, no captcha will be added to the form. So if you want to disable the...

Yep or `CaptchaType::class` if you are using Symfony 2.8+ (with PHP 5.5+, else `Genemu\Bundle\FormBundle\Form\Core\Type\CaptchaType`). I guess you extend the base type of this bundle, if not and if you are...