Julien Fastré

Results 11 comments of Julien Fastré

We also encounter this problem. It seems we could mitigate this by adding memory limits in systemd's service definition: ``` [Unit] Description=Renderd After=network.target auditd.service [Service] User=gis Group=gis Type=simple RuntimeDirectory=./renderd RuntimeDirectoryMode=0755...

Thanks @stephankn . I am going to investigate this.

I experience a problem which may be similar, with a complex configuration of `EntityManagerInterface`. With symfony/dependency-injection on 5.4.17, the kernel "prepares" the EntityManager like this: ```php /** * Gets the...

Exemple de "tampon" généré par un logiciel privateur lorsqu'une signature eidas est générée: ![exemple_signature_eidas_avec_tampon](https://user-images.githubusercontent.com/345600/196666722-54803938-54d0-455a-a073-9a92a389c98e.png)

Il s'agirait avant tout de générer une signature eidas avancée (niveau 2): https://en.wikipedia.org/wiki/Advanced_electronic_signature Ce niveau de signature permet au signataire de vérifier que le document n'a pas été altéré. Cependant,...

I encountered the same problem using ckeditor5 into a vue component, the component itself was draggable. I could write into the editor, move the cursor using arrow keys. But I...

Thank you. I will test this solution in a couple of weeks (not necessary for today).

Thanks for sharing this. I need help to keep this project up-to-date. I need to add a sogo 4 version, but I have some projects and I fear for backward...

This is in my todo list :-)

Thanks for this PR. I am travelling until the end of this week, I will merge this when I come back and when I could test it properly (even if...