Adminy

Results 181 comments of Adminy

yeah, I can try. Probably won't have the defconfig file though.

That's great but still an issue in 6.12.y and 6.13.y branches. I believe your changes only made it to 6.14.y

currently raspberrypi/firmware only ships 6.12.y files.

Yep, here is an example that should work but doesn't ... ```javascript import { JSONParser } from '@streamparser/json-node' import { Transform } from 'stream' const parser = new JSONParser() const...

sure, I'll run a test tomorrow morning if that's okay.

So your config didn't work out of the box, I had to add extra fields, namely `name`, `modulation`, `short` ```sh # QX-30X # # This decoder reads button presses from...

my icon stays as a crossed out wifi, I'm not using network manager, instead I am using iwd, and connected using iwctl station commands. getting the following errors in the...

No I didn't have network-manager enabled. I enabled it and that seems to have solved the issue. network manager was broken for me for weeks, so I had to manually...

Also this test is failing on newer version: ``` ran test tests/functional/remote-store.sh... [FAIL] + source common.sh ++ set -eu -o pipefail ++ [[ -z '' ]] ++ COMMON_SH_SOURCED=1 ++++ dirname...