Matt Miller

Results 7 comments of Matt Miller

I had similar issues using an ESP32-cam AITHINKER with the Universal Telegram Bot from within Arduino Studio. I downloaded the latest master and it still didn't work. I realized that...

Recently testing the emscripten functionality I ran into this same issue. There was a commit to the [emsdk](https://github.com/emscripten-core/emscripten/commit/3dfabe6ded598cd23c64968ae213ea98a0ad180f) which changed the definition. I think the sdl2 or some part of...

Another update, I forked nimlang and nico repo to include the relevant changes. I am very new to contributing and apologize if I am not going about this correctly.

The issue requires adding a ctype to nim otherwise this change will likely break or at the least not resolve the issue. I personally feel like the emsdk should revert...

Im looking into this a bit, i see the pragma for the definition of _Bool. Im not sure where this pragma falls specifically for me so ill add a trace...

FWIW I incorporated the change needed initially in nim/sysytem/ctypes.nim inline with the problematic code for me. This resolves the issue and keeps it away from the larger moving parts. I...

I created a [pull request](https://github.com/ftsf/nico/pull/130) but to be honest Ive NEVER done this before so please let me know if I did something wrong. Will spend some time looking into...