Joseph D. Long

Results 6 issues of Joseph D. Long

I was wondering why my optional union wasn't matching, and instead raising an exception from a type hook trying to convert a string into a float... and after some investigation...

bug

I've just set up an ESP8266 with 4MB of flash using `esp8266-20210202-v1.14.bin` and I'm trying to run some example code to open a socket for https: ``` import usocket import...

While poking around for #114 I realized you can't do a square root with the `sqrt()` function. But more than that, trying to do it as a fractional exponent gives...

Addresses #125 and #131 by changing how `nm` is invoked on Darwin and supplying `-isysroot` to `clang`.

I've gotten all the dependencies installed with mamba / conda packages, and successfully ran clang2py on my target library's header, but it required some finagling. I'm documenting the workarounds here...

I'm trying to get a "hello world" build working on macOS 11.4 with intel-mkl-src as a dependency, and I've installed Intel MKL through the oneAPI graphical installer. I can see...