Gabriel Zerbib

Results 15 comments of Gabriel Zerbib

@dbushell Hi, I would really appreciate it if you could merge this PR. It is a very light change with no side effect, and it can solve a battlefield problem....

In fact, it would help to have some Extenstions mechanism. `Sec-WebSocket-Extensions` header can have several values, and by definition it is supposed to be extensible. I could force the response...

Thanks! About where in the https://github.com/ratchetphp/RFC6455/blob/psr7/README.md roadmad, do we stand currently?

Well, by definition, the href attribute is the fallback landing page, so, this snippet won't invoke the customscheme:// What I mean, is: if I manually click on the link, it...

Hi @muayyad-alsadi > you can do it like this > > ``` > podman volume ls --noheading -f label=io.podman.compose.project=$proj | awk '{print $2}' | xargs podman volume rm > ```...

@muayyad-alsadi > @zzgab I believe we added this for podman-compose v1.x not v0.1 please make sure to upgrade. I'm running with this: ``` $ podman-compose --version ['podman', '--version', ''] using...

It is a brand new stack, started right now today, the moment I installed `podman` and `podman-compose` (I am new to these, coming from `docker` and `docker-compose`). It's a disposable...

I have added `print` instructions, and as far as I can see, the script does not pass into this `assert_volume` function for me. Please note that I _do not_ use...

Thanks. Yes, I confirm that docker-compose does track those, and it automatically removes them when you do: `docker-compose down -v`