Jesse Riemens

Results 3 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