Noah Koontz

Results 8 issues of Noah Koontz

This PR adds the ability to invoke arbitrary QML methods for testing purposes. For example: ```qml TextArea { id: textArea function test(arg) { ... return {'myvalue': [3, true, 7.0]} }...

I have a strange bug that I'm trying to wrap my head around. When using spix (modified to print the mouse events) with a minimal QML application on Qt6 everything...

Hello! It looks like the Arduino core is missing [Client.h](https://github.com/arduino/ArduinoCore-avr/blob/master/cores/arduino/Client.h). This file contains the Client interface, which allows internet libraries such as [EthernetClient](https://github.com/arduino-libraries/Ethernet/blob/master/src/Ethernet.h#L214) and [SSLClient](https://github.com/OPEnSLab-OSU/SSLClient/blob/915535aacf0af5800f784ed8de541c7b33ef0ee8/src/SSLClient.h#L34) to define a generic internet...

need attention

I'm using zx with powershell, and I noticed that when a command sets an exit code instead of throwing an exception (ex. Azure CLI does this) the exit code doesn't...

Hello! This PR fixes an integer overflow caused when `MAX_MQTT_TRANSFER_SIZE` is defined as greater than 255 by increasing the `bytesToWrite` variable from 8 to 16 bits. This PR should fix...

**Describe the bug** When writing an ISR using the Interrupt manager, it is not clear which functions are safe to use in an ISR (e.g. interrupt safe). While there is...

Documentation

**Is your feature request related to a problem? Please describe.** When using Loom in a research context, it is assumed that if a feature is integrated into Loom, that same...

enhancement

**Describe the bug** Compiling a Loom example (or any Loom sketch) takes 2-5min, which is irritating to develop with. In addition, this delay causes the RTC to be inaccurate if...

bug