Jesse Riemens

Results 5 issues of Jesse Riemens

Hi, I came across this issue: [Discussion on PIO Community](https://community.platformio.org/t/teensy-2-0-empty-project-has-include-errors/23985/16) What's happening: I am creating a clean teensy 2.0 project and IntelliSense gives this error: ![Error](https://community.platformio.org/uploads/default/original/2X/6/62e17e905544b7602b9c8d037dbac4e93b40e24c.png) The project does compile...

help wanted

The flutter_gpiod package contains some print statements that aren't useful: ```dart print('before isolate.spawn'); Isolate.spawn( _eventIsolateEntry2, [ receivePort.sendPort, epollFd, ], onError: errorReceivePort.sendPort, debugName: 'flutter_gpiod event listener', ); print('after isolate.spawn'); ``` Can...

### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://cider.sh/legal/conduct) that this project adheres to. - [X] I have searched the [issue tracker](https://github.com/ciderapp/Cider-2/issues) for a bug report...

bug
status/confirmed
frontend
feat: airplay/chromecast

Add ci configuration that pushes the image automatically. Most of the build script is taken from the github template. This allows anyone to easily use the application without installing it...

To write to addresses above 247 libmodbus exposes the [modbus_enable_quirks](https://libmodbus.org/reference/modbus_enable_quirks/) function. This PR adds command line flags to enable these quirks.