L.
L.
Ah I looked in the issues but didn't think of PRs. I can test your branch if I figure how to build it :)
So far so good. (cmd/ctrl + click doesn't go to module but it never has for me with this plugin so it must be normal)
Hello, Has anybody succeeded with the smtp from Infomaniak (mail.infomaniak.ch) ? Whatever config I try I get: ``` [warning] Description: 'Authenticity is not established by certificate path validation' Reason: 'Option...
Thanks, yeah I tried **everything** on OTP 25 & OTP 26 and really didn't get anywhere, except with STARTTLS instead maybe. But it's related to gen_smtp (as I tried it...
Still a thing. The API itself is a bit stupid as you have to ask access to the microphone to be able to list and change output device, that can...
> clarify this too It's easy, I paste multiline text in my block and I don't want it to create new blocks, I want this content in my block.
I fixed it somehow by removing ``` easyadmin: resource: . type: easyadmin.routes ``` from _easyadmin.yaml_ that was added when updating the flex recipe.
Same here. 1/ _https://localhost/easy-admin/foo-bar works_ 2/ _https://localhost/easy-admin/foo-bar_ works but _https://localhost/easy-admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFooBarCrudController_ won't work But `MenuItem::linkToCrud` generate those links... 3/ For some reasons `MenuItem::linkToRoute('FooBar', 'fas fa-list', 'easy_admin_foo_bar_index');` generates https://localhost/easy-admin?routeName=easy_admin_foo_bar_index that has the...
The easiest way is to create an entity with valid doctrine attributes, and persisting it without flushing it just to import it programmatically with the SearchService. But it does feel...