scoder

Results 651 comments of scoder

> do you think cython/cython#2910 would be a viable alternative to this approach? That does not seem related. If quicktions ships a .pxd file, it will be picked up. Cython's...

> I appreciate your response and look forward to anything you may come up with regarding the above. Well, you can always define your own quicktions.pxd and use it. Cython...

Might be worth mentioning that Lupa 2.0 is in the making (no release date yet), which provides different Lua implementations in separate modules, i.e. `lupa.lua53`, `lupa.lua54`, `lupa.luajit21`, etc., all having...

> I had the impression that I was using Lupa 2.0 already. Ah, right, sorry. When you maintain multiple packages, it's easy to forget which is released at which version...

It's sometimes difficult to completely map lxml's pythonic API to static type annotations. PR welcome.

Well, it obviously *has* an `__eq__` method, otherwise, it wouldn't compare equal to a dict. And the current implementation really just says "comparable to anything that `dict()` accepts". Whatever that...

The "actual" signature is correct, the "expected" one is probably just due to incomplete type interpretation of older tool versions. Not sure how to handle this. We might have to...

Triggering a fresh test run

Triggering a fresh test run

I've fixed the dependency induced test failures in the master branch, but this PR still has a couple of own failures. Could you please see if you can resolve them?