Tyrone Tudehope

Results 5 issues of Tyrone Tudehope

Adds support for Arduino nano boards which are flashed with optiboot and have a default upload speed of 115200. Ref: https://github.com/arduino/ArduinoCore-avr/commit/1b14cc07331268e95eddcce2cc67e29ed667e62f

This PR adds an index for the uid column on the elements table. Some operations fetch elements by UID, for example, in Craft Commerce (3.0.1) when canceling a subscription, the...

### What happened? ### Description Potentially not Commerce related, but Craft related. When attempting to fetch variants for more than one site, the results return the variantCount * sites *...

🐞 bug
commerce4

This should potentially fix #14. It removes the resolver logic and also _always_ sets the `onYouTubeIframeAPIReady` handler on mount. The `onYouTubeIframeAPIReady` is sometimes set already on mount which was preventing...

### Description This PR attempts to improve performance of operations such as Add to Cart by memoizing inventory levels per request, which are otherwise queried multiple times each, and also...