James Addison
James Addison
Note: https://github.com/gawel/pyquery/ is an alternative HTML-querying engine and is pure Python. It depends on `lxml` too, but might (?) be lighterweight.
@asweigart Does passing `convert=True` into [`colorama.init`](https://github.com/asweigart/bext/blob/8d943d1bc23d7d30f97045da491d0bf035a14e1a/src/bext/__init__.py#L36) have any effect on this, out of interest?
@james-mckenzie-cko After a few reads through of the code snippet you linked, my initial reaction (based on vague but not confident memory of the codebase from the past) was: "the...
Applies the same fix as an accepted pull request for `python-glob2` (miracle2k/python-glob2#22), and I too think this looks good.
@heyman could you update the description to add the text `Resolves #98`? (so that it can close that issue if-and-when merged)
Yep, good thinking. The following should replicate the problem: ```py fnmatch_filter(names=["__init__.py"], pat="*.py") ``` (on Python3.10, this emits a `DeprecationWarning` -- in Python 3.11, it fails -- your fix should address...
cc @miracle2k
@bertpareyn It might have been a while since you prepared this change :smile: It looks fairly straightforward - do you think we could remove the [IE7 compatibility test](https://github.com/cowboy/jquery-bbq/blob/8e0064ba68a34bcd805e15499cb45de3f4cc398d/unit/ie7-compat.html) at the...
@constancecchen This looks like a good change; I had some trouble getting this to pass the unit tests though. Could you try running those locally? (it should be a case...
@constancecchen A small reminder about the unit tests here, if & when you have time - or let me know if you're likely to be too busy to take more...