Nico Hiort af Ornäs

Results 46 comments of Nico Hiort af Ornäs

A temporary workaround is to add the container parameter: ``` parameters: hwi_oauth.connect.registration_form: '' ```

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: ![image](https://github.com/nsmfoo/antivmdetection/assets/1620454/f7a10222-0c8c-4514-ae05-3ff594306c17)

@nsmfoo how do I revert the damage done on my VM box?