Brett T. Warden

Results 76 comments of Brett T. Warden

> Your change fixes the build for Alpine Linux but breaks Ubuntu and Raspberry Pi. > > Looking at the Ubuntu failure, I think the `#define strlcat... strlcat_debug...` in `direwolf.h`...

Actually the whole `#if defined... OS` section in there looks like it could use a review. I'm not coherent enough tonight to attempt it though.

> Try the most recent in the "dev" branch. Sorry for the delay. Looks like this approach works for me! (Clear Linux)

There's a fair amount of customization we'll have to do to the init and other scripts in the package, including some code to guard against enabling it on a mesh...

WIP: https://github.com/bwarden/aredn_packages/tree/add-travelmate-support/net/travelmate

We provide https://github.com/relan/exfat/ in `storage-utils`, but since that's intended to provide exfat support via FUSE instead of the kernel driver, we should probably replace it with this one.

We've taken actions to block this release and to prevent a recurrence, while we investigate deeper how the problem made it through various quality checks. We're deeply sorry for the...

This issue is specific to Clear Linux and is unrelated to the WebKit issue that affected other distributions. Underlying problem is that glib wouldn't resolve the custom schema that's used...

This will take some more thoughtful refactoring. It appears the meta-data API is returning HTTP 404 when SSH keys aren't configured. As this is technically an error code, and most...

Grasping at straws here, but tracing through the code leading up to the "...is not connected to Home Assistant..." message, I decided to dump the data used here; https://github.com/raman325/lock_code_manager/blob/6aef53ac6c69db89fadff052f440aba9336b8734/custom_components/lock_code_manager/providers/zwave_js.py#L145-L162 My...