Aaron Dewes
Aaron Dewes
I am also experiencing this consistently on a Pixel 8a.
This is no longer happening for me on build `2024083100`.
> @AaronDewes Should be no relevant changes in that particular release. This was the first time I noticed the bug being gone, I was previously using ADB via cable since...
Looks like I was too early. It's not fully fixed, a few crashes are still happening, but there's now a ~50% success rate for connections, while it was always failing...
I don't know, I just know that it stopped happening. Maybe the ADB client received an update and that fixed it. I recently updated ADB on my laptop too.
I tested this on my instance and it appears to work, so I'd appreciate a review.
Why did you stop using `destr`? It's prevention of prototype pollution seemed quite useful.
According to the [pull_request_target](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target) docs, its payload is identical with the corresponding `pull_request` event. Considering this is purely action-specific behaviour and does not exist with webhooks. I think we can...
> I don't know... Mixing webhooks with actions events sounds like getting into trouble, they should ideally stay seperate, as they might have seperate types, and have seperate events. You're...
If you're interested in an alternative, I've built unofficial images at `harbor.nirvati.org/library/docker:28-cli` and `harbor.nirvati.org/library/docker:28-dind`. https://gitlab.com/nirvati/risc-v/utils/docker-risc-v-builds https://gitlab.com/nirvati/risc-v/utils/docker It's a slightly patched of dockerd and docker-cli, so it's not official.