Mateusz Bysiek

Results 9 comments of Mateusz Bysiek

@liamks as far as I can see the code is already ready for PyPI. The only problem is that there already is `pyitunes` in PyPI: https://pypi.python.org/pypi/pyitunes so you'd have to...

I'm looking over the commits in this PR - and some of the work is good to merge right now, while other parts need rethinking IMHO. Also, I just enabled...

Hi! Thanks for the interest in Transpyle! And thanks for a long list of resources - from a quick read I think they would be definitely very useful for adding...

Oh, thanks for trying it out! Indeed the: - typo in readme, and - missing "latest" tag on the Docker Hub are my mistakes. I fixed those (and "latest" tag...

I had exactly same issue just now on arm machine running CentOS 7.6.1810, with numba 0.40.1, llvmlite 0.27.1 and llvm 7.0.1. My llvm was built using system gcc 4.8.5, however...

Since the parens of lhs and rhs seem to be included in the parent expression range, can't you partition the code at the operator and swap the strings? A bad...

Well, I wrote "A bad implementation would be..." So of course my naive implementation doesn't work in all cases ;) And BTW regex also doesn't work 100%. After all, expression...

I see :D Well, in any case the authors of such convoluted expressions are probably not the target audience of your extension ;) Good luck with your project! Is it...

Encountering exact same issue on Ubuntu 18.04 with following Python & pip: ``` $ python -VV Python 3.8.2 (default, Mar 15 2020, 01:53:27) [GCC 8.3.0] $ pip --version pip 20.1...