Results 10 comments of Bradford

I think what has to happen is a separate project, a library that stands alone. Yaaic would use that library, and any other application that wants to. Using fragments would...

I am not as familiar with the code as you, but have you considered using fragments? The library could provide a fragment that, in my understanding of fragments, do all...

It's been awhile, but I've kind of come back to what drove me to look for a IRC library on android :) What about forcing any application that uses the...

I'd even be willing to offer my time and even a bounty on this.

I overcame this on my Pi 4 by cloning the repo and building it locally: ```bash git clone https://github.com/walthowd/husbzb-firmware.git cd husbzb-firmware docker build -t walthowd/husbzb-firmware . ... wait 10 minutes...

> @dadatuputi , any thoughts? do i need to clone a specific branch? > > ``` > pi@raspberrypi4:~/husbzb/husbzb-firmware $ docker build -t walthowd/husbzb-firmware . > Sending build context to Docker...

Since ncp.py was updated to support Python 2 and 3, it doesn't work right with the current version of Python 2.7 on Raspbian: ```bash hass@homeassistant:~/husbzb-firmware $ sudo ./ncp.py scan Connecting...

I was experiencing this but realized I didn't remount the ramdisk after rebooting ``` sudo mount -t tmpfs -o size=110G tmpfs /mnt/ram/ ```

I migrated to GitLab and the only thing that wasn't working properly is the webhook, which this PR seems to address. Any progress in this?

I've noticed the same, 2 months with $.02. Unfortunately, putting the blocking in gcloud will still not eliminate traffic from bot traffic; even the packets that are dropped by ipsec...