Maybe leverage env variables for compose files and project name ? Also on gitlab I've been monitoring an issue to get the network name that gitlab dynamically creates using services for docker in docker.
Posts by Adrien Roches
Yeah but sorting objects usually rely on explicit property comparison. Not on object themselves.
Wow.... That is weird. I'll try with a get hook on both properties without CPP and adding echo in those hooks. But yeah definitely weird behavior. The use case demonstrated is not one I'd recommend though. Is there a concrete use case where it had significant impact?
I don't get how your link proves your explanation. Maybe I missed something. With a property hook that echoes maybe it would show better ?
Your link "docker and wasm" is broken 💔
Les ours viennent-ils au @symfony.com live ?
Just tried to setup dhi from the official images. But why is there a separate registry ?
Thank you again ! What are the use cases for network / volume labels ? Is there an easy way to fetch the labels from the container itself ? Maybe a JSON file or something?
Très triste de ce départ. Il fait partie des acteurs qu'on aurait aimé plus voir dans la lumière.
Hi! Why use static IP on service + extra host instead of network alias on said service ?
And there is the docs.docker.com/reference/cl... which helps debugging how networks are attached to containers.
Although the internal: true is not very clear I find... Does it mean it cannot be attached from another compose project with external: true ?
Depends on how many left you got ! But for sanity sake : 3 per week is already good ! People don't have time to try new things each week anyway.
Love the work !
Hmmm but then it implies specific configuration per machine eventually... Could it be set through a variable maybe ? Will try it some time.
Thanks for this. Does it work natively with alternative sockets such as @1password.bsky.social ?
A vos billets !! Toute l'équipe de @bordeaux.afup.org et les speakers vous attendent ! Que serait une scène sans spectateurs / spectatrices ?
Très fier de vous présenter ce line up pour notre première édition !
J'ai esquivé de justesse (a priori)
Hey. Yes I will soon. Sorry I had a rough week and I'm still a bit sick. Will do soon ;)
Slides are getting ready... If you don't know about @dagger.io yet, come see me at #SymfonyCon with a concrete use case on symfony bundles !
That's awesome! Can't wait for @jetbrains.com support !
Nope. Would be even funnier with try finally block ;)
@lours.me pour du contenu docker / docker compose
@dunglas.dev pour du contenu go / PHP
A two years story ! Would love to be there but can't sadly. Bring me an elephpant @jean-beru.bsky.social !
Let's join !
Only way to get a franken elephpant! Of course I need it !
And we now leverage dagger.io for a powerful CI that runs the same locally. Including not yet stable @phpc.social 8.5 and @symfony.com 8.0 !
Pour info les banques ne gèrent pas elle même les terminaux. C'est souvent Atos par exemple.
Pas directement en rapport mais j'ai retrouvé une BD que j'ai lu il y a quasi 20 ans au collège. "Une épatante aventure de Jules" de Émile Bravo. C'est pas mal et sur la thématique relativité tout ça. Tome 1 : alpha du Centaure.
Dommage. Je trouve quand même moins de conneries ici.
2 in both contexts. Although this case is simple. But the foreach changes the internal index of the loop iteration. Depending on how you iterate over it the foreach has a side effect which the native function shouldn't have.