Peter Feerick

Results 85 issues of Peter Feerick

As this is what led to issues like https://github.com/yaapu/HorusMappingWidget/issues/42 as the release that is currently up in the [releases section](https://github.com/yaapu/HorusMappingWidget/releases) is still 1.2.2-beta ;)

Issue being resolved: - as I've commented previously and was just reminded of in a review, T14 will power itself on if the USB is connected to charge, and re-power...

Fixes #4605 Summary of changes: - lua serialRead is not limited to CLI, so shouldn't be disabled when CLI not present (i.e. it is no different to serialWrite). It would...

bug 🪲
lua-api

Fixes #4610 Summary of changes: - Rerun Qt's 'lupdate' program for updating translation files to update Companion translations post #4406 - Fix path issue in CMake preventing `companion-translations` being limited...

bug 🪲
companion
translation
house keeping 🧹

2.6.0-RC3 It seems like the Linux AppImage Companionis having problems when trying to play/preview audio tracks, but a simulated model does play audio. i.e. pressing the blue play button here...

bug 🪲
companion

### Is there an existing issue for this feature request? - [X] I have searched the existing issues ### Is your feature request related to a problem? The current calibration...

enhancement ✨

### Is there an existing issue for this feature request? - [X] I have searched the existing issues ### Is your feature request related to a problem? Editing multi-point curves...

enhancement ✨

When using `pio remote`, it appears this code remanent was preventing upload (to a `d1_mini` target), triggering an "Error: Could not find LD script" error to be shown. It seems...

The `--no-binary` option needs a parameter, as indicated in the pip documentation here https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-no-binary Same issue was reported here https://github.com/psycopg/psycopg2/issues/673 so I used the same `:all:` syntax opted for by...

Initially started this branch to correct the printf formatting codes (%u when should be %lu since `millis()` returns an unsigned long int, not an unsigned int) then though I'd also...