Steven Hartland
Steven Hartland
> This is an interesting PR, and kind of in the opposite direction that I was thinking of heading, since I've been hoping to move more code into Go, out...
Needs either the owner or one of the collaborators to review, approve and merge.
What about using plugin modules?
Thanks @jamietanna, better late than never 😄 All rebased and conflicts fixed.
Yer my take as just to go with the latest formatting 1.19+, and skip tests on earlier versions.
Have split this up into the 2 separate PRs with the two key change sets * https://github.com/stretchr/testify/pull/1458 * https://github.com/stretchr/testify/pull/1460 For the [workflow change](https://github.com/stretchr/testify/pull/1301/commits/e93b9f35664d00ac241b3d758e9e59869524d3cd) if you want to test locally I...
Looks like the standard headers have already been done, didn't spot that as this was still pending, so just workflow improvements left.
Enabling debug, the error appears to occur when configuring the buffer count to `255` and the status code is `55`. ```text zigbee-herdsman:adapter:ezsp:ezsp Set EzspConfigId.CONFIG_PACKET_BUFFER_COUNT = 255 +0ms zigbee-herdsman:adapter:ezsp:ezsp ==> setConfigurationValue:...
Seems to be related to [this addon issue](https://github.com/home-assistant/addons/issues/3166)
Banging my head against this too. Caching `~/.cargo` and `workspace/target` works fine for `cargo build` and `cargo test` but `cargo udeps` always rebuilds a some packages. I've tried testing on...