Nico Hiort af Ornäs
Nico Hiort af Ornäs
@tuupola can this be merged in?
A temporary workaround is to add the container parameter: ``` parameters: hwi_oauth.connect.registration_form: '' ```
I'm not sure. I closed it as I'm using the workaround.
It seems to happen only if LexikTranslationBundle is loaded before FrameworkBundle in bundles.php: ``` Lexik\Bundle\TranslationBundle\LexikTranslationBundle::class => ['all' => true], Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], ``` Swapping the order seems to...
I'm also looking for a solution to this. Is it possible to somehow pass custom template in here? https://github.com/nhn/tui.editor/blob/a79dd97d453e62d3a3d858ec84fda6551572febf/apps/editor/src/js/ui/popupAddImage.js#L30-L46
@higidi are you able to merge this?
I'm experiencing the same issue: ``` 13:36:38 INFO [php] User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Ambta\DoctrineEncryptBundle\Subscribers\DoctrineEncryptSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g....
Applying this change seemed to make it at least boot the virtual machine: https://github.com/nsmfoo/antivmdetection/issues/19#issuecomment-311021414 However, the machine itself still refuses to boot up: 
@nsmfoo how do I revert the damage done on my VM box?