Results 29 comments of VinZ

Hi @isometriks, I have a different issue now after upgrading to your latest release `Type error: Argument 2 passed to Isometriks\Bundle\SpamBundle\Form\Extension\Spam\Type\FormTypeTimedSpamExtension::__construct() must be an instance of Symfony\Contracts\Translation\TranslatorInterface or null, instance...

Anyone succeeded to use this with Vue3? I've tried doing this but my frame isn't resized... ``` import iFrameResize from 'iframe-resizer/js/iframeResizer' export default { name: 'Selector', directives: { 'iframe-resize': {...

OK, solved it: ``` import iFrameResize from 'iframe-resizer/js/iframeResizer' export default { name: 'Selector', directives: { 'iframe-resize': { beforeMount(el, binding) { iFrameResize(binding.value, el) } } } } ```

Same issue on Chrome (Windows), fixed with the @gaetanhauray solution.

Thanks @guilliamxavier !!

I have the same issue. @tomhv , does your code make this feature available ?

Thanks a lot @tomhv , I'll try that. So I just need to tweak the vendor code with the first code, and then create this file (2nd code) in my...

OK great ! I found it strange to update the vendor code ;)

@tomhv I guess you meant `jms_i18n_routing.pattern_generation_strategy.class: AppBundle\Router\DefaultPatternGenerationStrategy` right ? In the parameters of my config.yml ?