Miguel Hernandez

Results 3 issues of Miguel Hernandez

Arduino\libraries\LinkedList/LinkedList.h:160:9: error: cannot convert 'bool' to 'ListNode*' in return return false; But return type must be ListNode not boolean.

First, thank you for helping people load the MNIST data set! Now onto replicating the problem, if you download your distribution to a hosted environment and link to mnist.js the...

### Description I expect typescript to not throw an error when I use variants for the `Icon` component. Instead, I get the following error, ```txt Type '{ as: IconType; variant:...