Marco Aurélio da Costa
Marco Aurélio da Costa
Thank you for taking the time to answer. I was just comparing the hassle/speed index for the Collatz conjecture. What I found amazing is that, in cpython, I don't need...
You can set `read_text_chunks=0` and `remember_unknown_chunks=1`, and then you can do the parsing yourself by going over the saved raw `tEXt` chunks. There is no way to have a pure...
I created the pull request #211, it should solve your issue. I hope it gets merged.
When trying to use get_context('spawn'), it fork bombs the machine.
Thank you for the answer, but the same code works fine with the version 0.29.37. Unfortunately I don't have the experience to try to make a patch to fix this...
By doing further testing, I found out that if I pass the built-in ```("").__add__``` to ```apply_async``` instead of my function defined on the body of the program, it does not...
`gcc -x c -o foo example_decode.c ../lodepng.cpp -I ..` The flag `-x c` will compile all sources as C, no matter the extension. The flag `-I ..` will make the...
I added tags in my fork for the time being: [ReallyNiceGuy/lodepng](https://github.com/ReallyNiceGuy/lodepng). I intend to keep the master branch always up-to-date with this repository.
This would be useful for me. +1
Did you run the unit test on your changes? It is crashing with a double free.