Louis-Philippe Gauthier

Results 18 comments of Louis-Philippe Gauthier

``` docker buildx ls NAME/NODE DRIVER/ENDPOINT STATUS PLATFORMS colima * docker colima colima running linux/arm64, linux/amd64, linux/riscv64, linux/ppc64le, linux/s390x, linux/arm/v7, linux/arm/v6 default docker-container default default Cannot connect to the Docker...

@abiosoft ``` git clone https://github.com/lpgauth/live_upload_example.git cd live_upload_example docker buildx build --platform=linux/amd64 -t test . ```

@mritd interesting, I will try to replicate and have a look at the core dump.

Yes, please. I'm trying to use this, but I have no clue how to setup the connection to Cassandra and there's no documentation...

Do you mean if you're using `chunked` encoding? Currently `buoy` only returns the full payload sync or async. I need to make changes to `shackle` to properly support streaming of...

Did you put a DNS hostname in the `bootstrap_ips` field? I've never tested that, I always use qualified IP. I'll experiment on my side to see if I can reproduce.

Fixed a leak, but still need to test bootstrapping with a DNS hostname. https://github.com/lpgauth/marina/pull/51

@ilya-klyuchnikov I agree that the error message is cryptic, but the table doesn't get deleted. This only happens because you're doing it in the console and the process that owns...