Jack Schmidt
Jack Schmidt
Both `pip3 install filebytes` and `python3.5 setup.py install --user` install the package as `UNKNOWN-0.9.21` instead of `filebytes-0.9.21` which means packages that depend on this one don't find it. This can...
Using musl-cross-make 5086175 (Mar 6th 2020) the following program produces incorrect (erratic) results on arm hardware with linux kernel 5.6 (but correct results on 32-bit arm kernel 4.19, correct results...
As suggested in https://tex.stackexchange.com/questions/634981/pythontex-warning/640760 and reported on github as #196 -- the docstring contains latex macros, but python interprets them as escape sequences. Use a python raw string, r''' ......
Most other engines have a SubCodeEngine(langname, filesuffix) to allow shorter macros to be used (\py instead of \python). The documentation says the same is true for javascript, but \js did...