Stephen Karl Larroque

Results 502 comments of Stephen Karl Larroque

Thank you so much! I intended for the sentence to simplify the application, but I did not foresee the legal complications you noted, which was not my intention! I will...

Haha I was just reading the very long discussion on PEP 639, quite a complicated issue. Some projects used to define multiple licenses in the license field with a slash...

You are correct that I did not test perfs with the latest python3. However, the cythonized version was less fast than than the pypy jit of the pure python. In...

Follow-up on this: thank you very much @FranzForstmayr for your code snippet, I have reworked it a bit to add the Cythonized extension and it is now merged in `tests/perf.py`....

Should be fixed by v1.5.5 (will soon be pushed to PyPi).

Thank you for your suggestion and for sharing your code. I won't be the one implementing it, but I leave your issue open if someone else want to give it...

This issue appears to affect only those who have Cython installed.

Should be fixed by v1.5.5 (will soon be pushed to PyPi).

To complement @haneefmubarak 's excellent answer: in a nutshell, convert your bits into bytes, and then for RSCodec just divide by 8 your design: 64 bit (data) + 32 bit...