Belden Lyman

Results 14 comments of Belden Lyman

I experience a similar error sporadically. In my case, it's for `/` not existing. ``` Build Error (Funnel) You specified a `"srcDir": /` which does not exist and did not...

@scottyhardy FYI this very issue tripped me up, and the helpful link to the stackoverflow response which this PR introduces allowed me to begin using `docker-wine`. This seems like it's...

I think this is a complaint against how sparse arrays are represented in JSON, and not an issue with this library. ```js // an ordinary sparse array var sparse =...

Vote to close per above

Due to indentation changes, the changes in this commit are best viewed with whitespace ignored, eg https://github.com/frameable/aviary.sh/pull/21/files?w=1

@obra Indeed I do have it installed: ```sh $ apt search modem | grep installed modemmanager/jammy,now 1.18.6-1 amd64 [installed,automatic] $ sudo apt install -y aptitude $ aptitude why modemmanager i...

@obra No dice - removing `modemmanager` and rebooting did not allow Chrysalis to issue its initial `help` and `keymap.default` commands. (Sorry for the close/reopen spam on this issue. Github didn't...

@algernon `bin/focus-send` points the finger elsewhere: the command you requested ```sh $ DEVICE=/dev/ttyACM0 ./focus-send help ``` just hangs. (I cancelled it after 5 minutes of no output.)

I wasn't able to create the debug-bundle as described in the bug-issue template. Here is a copy of the javascript console as suggested as a fall-back. [chrysalis.keyboard.io-1712089350852.log](https://github.com/keyboardio/Chrysalis/files/14843417/chrysalis.keyboard.io-1712089350852.log)

I downloaded and ran [email protected] via https://github.com/keyboardio/Chrysalis/releases/download/v0.13.3/Chrysalis-0.13.3-universal.dmg Like the web tool, the local electron app was unable to connect to my Model01. Here's the debug log, with two pieces of...