azelcer
azelcer
@ccordoba12 @dalthviz I have a similar issue opening UTF-8 encoded `.md` files (no BOM), that are detected as `MACROMAN`. Can you give me a hint of where the autodetecting code...
I have implemented a (pure `python`) generator equivalent to `itertools.product` that works well under `numba`. Currently, it only accepts `numpy` arrays as iterables and I haven't yet included support for...
I confirm that, in the current state, the memory leaks render generator use impracticable. I'd be happy to help solving this issue, but I guess it is far away and...