nyov
nyov
Would it be possible to add the [opensearch namespace](http://www.opensearch.org/Specifications/OpenSearch/1.1)? I don't know where this would go now (or I'd have written a patch) but in the monolithic version, the namespace...
Would scrapy's `gunzip` and `is_gzipped` functions (`scrapy/utils/gz.py`) fit in w3lib? If `is_gzipped` would take `headers` instead of `response` as argument, there is no other dependency.
Providing some meta-information or stats about the codebase that dcs knows about, beyond "all 130 GiB of source code within Debian" would be very useful! For example a search for...
Fails to work in python2 ```python $ unityextract sharedassets0.assets.resS Traceback (most recent call last): File "/home/nyov/.local/bin/unityextract", line 8, in from unitypack.asset import Asset File "/home/nyov/.local/lib/python2.7/site-packages/unitypack/asset.py", line 7, in from .object...
`facturx-pdfgen` errors out with a weird list index error. wget -N "https://raw.githubusercontent.com/konik-io/konik/master/src/test/resources/ZUGFeRD-invoice.sample.xml" $ facturx-xmlcheck ZUGFeRD-invoice.sample.xml 2019-12-18 18:32:24,326 [INFO] Factur-X flavor is zugferd (autodetected) 2019-12-18 18:32:24,353 [INFO] Factur-X XML file successfully...
Trying the README sample again, now that my install works, I get this assertion error: $ python3 test.py 2019-12-18 20:40:36,951 [INFO] No existing XML file found. 2019-12-18 20:40:36,951 [INFO] Factur-X...
Trying the README example: from facturx import FacturX inv = FacturX('some-file.pdf') errors spectacularly in Python3 at least: $ python3 test.py Traceback (most recent call last): File "test.py", line 1, in...
I have continued and rebased your patch-queue against your v2.8a import, as well as the v2.8 (final) import as I recently had need for that. https://github.com/nyov/pound/tree/stage_for_upstream/v2.8b https://github.com/nyov/pound/tree/stage_for_upstream/v2.9a I'll open only...
I am using pound in an SSL-offloading proxy capacity and have been wondering if it is possible to have access to the client-side connections' SSL session-ID either as a header...
First, a big thank you for this extension! It has simplified the concept a lot over a custom PL/pgSQL setup. Enough so that even I can successfully use it :)...