Scott Giminiani
Scott Giminiani
Would the fix for this then to have that styling built in to the card? It looks like we even explicitly hide overflow: https://github.com/ofekashery/vertical-stack-in-card/blob/master/vertical-stack-in-card.js#L41 Looks like it was done in...
I have a Mustang LT25. I'd be happy to help get this supported!. How would I go about getting a communications dump? I have access to a Windows machine.
Alright I'm up and running. On Windows and I have **Fender Tone LT Desktop version 1.5.0.10741** installed and have successfully captured packets with it with Wireshark. Able to see what...
~~Sorry, not familiar with what a VID and PID are. How would I find them?~~ Nvm, will use `lsusb` when I boot back into Linux to get this. Will get...
Here's what I believe you're looking for for the VID/PID: ``` Bus 003 Device 017: ID 1ed8:0037 FENDER MUSICAL INSTRUMENTS CORPORATION Mustang LT 25 ``` Let me know what I...
Ok well here is the first packet: ``` 0000 1c 00 20 fa 3e eb 86 86 ff ff 00 00 00 00 0b 00 .. .>........... 0010 00 03...
Sorry, not sure I understand your question or would know what to look for. Here's my `.pcapng` file: [mustang_init.zip](https://github.com/offa/plug/files/11204351/mustang_init.zip) Let me know what else I can do to help.
Sorry for the very long delay! Hadn't booted up Windows in a while. I ran a capture again and these were the results: [mustang_init2.zip](https://github.com/offa/plug/files/11504464/mustang_init2.zip) Does it seem like there's a...
> Here's a one-liner to disable shiftfs: > > ```shell > printf '%s\n' '[Service]' 'ExecStart=' 'ExecStart=/usr/bin/sysbox-mgr --disable-shiftfs' | sudo tee /etc/systemd/system/sysbox-mgr.service.d/override.conf && sudo systemctl daemon-reload && sudo systemctl restart sysbox...
From debugging, I'm seeing roughly the same as you @acshef: ``` "/hacsfiles/lovelace-card-mod/card-mod.jsimport("/hacsfiles/iconset.js");" ``` Oddly no `;`'s between the statements though. I wonder where those imports are coming from.