Todd Lewis

Results 36 comments of Todd Lewis

I found a solution here: https://archlinuxarm.org/forum/viewtopic.php?t=17010&p=72799#p72819 Specifically, create a file `/etc/modprobe.d/brcmfmac.conf` containing this line: ```txt options brcmfmac feature_disable=0x82000 ``` and reboot. Note: this problem is not specific to home-assistant. This...

> > I found a solution here: https://archlinuxarm.org/forum/viewtopic.php?t=17010&p=72799#p72819 Specifically, create a file `/etc/modprobe.d/brcmfmac.conf` containing this line: > > ``` > > options brcmfmac feature_disable=0x82000 > > ``` > > and...

I'm seeing the same thing on a fully patched Fedora Linux 39 (MATE-Compiz) system with kernel-6.8.5-201.fc39.x86_64.

How are you invoking `make`, and from what directory (the top of the project or `src`)? Is there anything else on alpine 3.17 that influences the build? Although it may...

I'm guessing "ncurses-dev": https://pkgs.alpinelinux.org/package/edge/main/armhf/ncurses-dev

I admit I had not considered the possibility that someone / something may be using outer spaces as a discriminator between otherwise identically named sections. But I would be extremely...

I should add that, with this change, `section: ' foo '` would match existing section headers like: ``` [foo] [ foo] [foo ] [ foo ] [ foo ] ```...

You are correct. Please try the `syntax/yaml.jsf` file from the `yaml-strings` branch ([here](https://raw.githubusercontent.com/vigna/ne/yaml-strings/syntax/yaml.jsf)) and let us know what you think.

Did you ever figure out what's going on? The behavior you describe is what you should see with Ctrl+Shift+V, but Ctrl+V should be passed on into the application. Perhaps you've...

Hey @lentinj, Thanks for taking the time to work through these details. My only hesitation in merging this change is that I haven't been able to reproduce it yet. Okay,...