Bastien
Bastien
It seems to work ! Thank you very much !
> I also recently had a use-case for this on one of my apps. I looked into it a bit and with the current PHPUnit Extensions this seems rather complicated...
> There's an option for that: see https://github.com/dustin10/VichUploaderBundle/blob/master/docs/usage.md#step-3-configure-the-lifecycle-events-optional-step This is for delete file. Not entity. When deleting file using form, the file is deleted, but not the entity row :...
> You're righe @bastien70. > Anyway, you can listen to `vich_uploader.post_remove` and implement your logic to delete object. I tried, removing the database record from the listener. But oddly, it...
Same problem. If I want to update npm package, I've ``` npm ERR! code ETARGET npm ERR! notarget No matching version found for [email protected]. npm ERR! notarget In most cases...
Hello, some news about this release ? I can't install it properly with npm update, same error
> Docs should be updated I guess Maybe in a new PR after merged the 3 others ? Since there are a lot of changes in the doc between the...
> Is there any reason to keep user roles then? Yes only admins can create users
Hi ! Thank you for this beautiful PR! I leave @jmsche the review, he will know better than me. However, I think it will merge after my #62 which should...
Hi ! Small question, have you or are you going to write tests to check that the docker container you are setting up works and is correctly configured? And if...