ns-cweber

Results 12 comments of ns-cweber

EDIT: I think the issue is that there are two different packages out there with different APIs that both point to the same docs and the same github page. I...

@FarmerSez Seems like you could get pretty close by matching on a valid Python function signature (function name, lparens, comma-delineated-python-exprs, rparens) and comparing the function names. This would weed out...

I've updated the original issue.

No change. :( My `pt` commit sha is 509368ab011a6b9ea3fb7f1c5b6cd07fd66399a1 if that helps.

@markpeek Seems like a good opportunity to support Mypy as well. Mypy at least has a limited ability to follow metaclasses, and from my experience, VS Code's intellisense seems to...

I would also suggest generating type annotations. Perhaps this is implied in the better intellisense support objective, but I think it's a worthy goal on its own for the growing...

We're seeing this timeout when running a container via docker-compose or via the docker-py library (times out even after we bump the timeout to 2 minutes); however, we don't see...

I would inline `int(math.Pow(float64(a), float64(b))`, or a custom PowInt() if math.Pow() isn't very performant for integers. I would use bigint if I was concerned about overflow. I'm not sure how...

Fair enough. I'm certainly interested in this project. I'm contributing to [Grumpy](http://www.github.com/google/grumpy) (a Python runtime in Go) which aims to support most of Python2.7 in all its dynamic glory, but...

@soloradish @synthesizerpatel Late to the party, but I believe I just implemented this yesterday. Check out [my project](http://bitbucket.org/weberc2/hackernews) and let me know if that widget (the primary one in the...