Mathieu Lemoine

Results 4 comments of Mathieu Lemoine

I'm testing Partytown right now and spent a few hours figuring this out too. After replacing this in the code snippet: ``` o=r.createElement("script")).innerHTML=l[n].innerHTML ``` with ``` o=r.createElement("script")).innerHTML=l[n].innerHTML,o.src=l[n].src ``` It works....

Anciens sites migrés dans #971

J'ai fait une première version ici : https://github.com/kuraobi/web/pull/2 mais qui est seulement sur mon fork car elle dépend de ma PR de migration des personnes physiques sur Symfony, que je...

I see that you chose to group `Space` and `SpaceType` creation in `App\Space\Create` namespace (same with Update etc.). I don't think that `Space` and `SpaceType` creation are actually related: maybe...