Results 5 issues of James

Hi, nice project! I wrote an implementation of the fibonacci sequence in ArnoldC and found that numbers over 2^15 were represented properly, but numbers over 2^31 went round the number...

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** When running a Node script, which imports react-query and has preact in the same...

Hello and thank you for your blog post on setting up PM Tiles with MapLibre, I was able to follow it to get my own setup running! I was also...

Hi, It appears a function that is defined in C code is not generated if it is defined after an enum type definition. An example to reproduce: `src/a.h` ```c typedef...

bug

Hi! I am trying to transpile the Uber H3 project. When I get to [bbox.c](https://github.com/uber/h3/blob/master/src/h3lib/lib/bbox.c), I get this error: > panic: unresolved identifier: fmin (in/bbox.c:207:20) However, bbox.c includes the system...

bug