Craig Cabrey

Results 25 issues of Craig Cabrey

**Environmental Info:** K3s Version: ``` k3s version v1.23.6+k3s1 (418c3fa8) go version go1.17.5 ``` Node(s) CPU architecture, OS, and Version: ``` [craigcabrey@littleboi ~]$ kubectl get nodes -o wide NAME STATUS ROLES...

In the case of an IPv6 only environment, or a dual stack environment where the advertise address is being supplied, we will fail to initialize: ``` >>> addr = socket.inet_aton('::1')...

Warning from MetalLB: ``` Warning AllocationFailed 111s metallb-controller Failed to allocate IP for "pihole/pihole-dns-tcp": requested loadBalancer IP(s) ["192.168.100.101"] does not match the ipFamily of the service ``` `values.yaml`: ``` dualStack:...

When using angular-busy with browserify and browserify-shim, a `this is undefined` error occurs whenever `cg-busy` is invoked. I created a [gist](https://gist.github.com/craigcabrey/af2001c2b529685bd195) to make this issue easily reproducible. Open the console...

Using a Go Control stick (Silicon Labs chip), been running with Home Assistant just fine. Run into the following: ``` root@f2e832ada290:/# python3 hue-thief/hue-thief.py /dev/ttyUSB1 Exception in callback SerialTransport._read_ready() handle: Traceback...

Currently, we are using Semantic's search results view. While this works, it is not ideal in that we are not able to easily control how the results are presented. The...

feature
ui

The search nav item becoming visible causes the width of the nav to increase by 1 pixel, causing a very slight but eye catching visual glitch.

bug
ui

Need to figure out a way to animate the title upwards without extending into the navbar. Whatever the fix is can't cause an overflow. Also, we could consider animate the...

feature
ui

Hook up the UI to the following bridge actions: - Rescan for new lights - Check for software update(s)

enhancement

The bridge natively supports [rules](http://www.developers.meethue.com/documentation/rules-api), so we should expose their configuration in the UI.

enhancement