Borja Lazaro Toralles

Results 11 comments of Borja Lazaro Toralles

Did you plug in the board before running the command? I get open failed if I forget :o

So, I'm a bit confused since I'm getting both these errors as well in my Django application: - `[Critical] WORKER TIMEOUT` - `[ERROR] Error handling request (no URI read)` The...

Hey we'd love this option too, I see the current action sets it to `--tag ${{ github.sha }}`, if it was me my suggestion would be to add an input...

With the suggestion above, then in our own case we would be able to use it as: ``` - uses: bufbuild/buf-push-action@v1 with: input: buf_token: ${{ secrets.buf_token }} tag: ${{ github.sha...

The file in question is owned by `root:root` but the exec command by default goes to the user `redpanda`: Is it possible that the user is incorrectly set @mdelapenya ?

@mdelapenya after some more digging I have some code that can reproduce (I tried with the same image in the tests but that's not the issue). The code to reproduce:...

Oh at least for my use case I can definitely use the `testcontainers.WithLabels` option to get around this :) Thanks for the pointer!

So just for completeness I fixed my issue by just using the suggested `WithLabels`. So it's up to you if you want to close or not this issue and or...

Any chance of this getting merged? I'd really could use this in my testing framework :/

I'll try to find some time to make a PR by next week or so :)