Adrián Chaves

Results 122 issues of Adrián Chaves

***Note:** Originally reported by @thiagof at https://github.com/scrapy/scrapy/issues/1122* I'm running a long concurrent crawl from a shell script. There are many scrapy processes running in parallel. Time to time one throw...

While I don’t think https://github.com/scrapinghub/dateparser/issues/606 is necessarily a bug, I do think that it would be an improvement for Dateparser to parse '20110101' the same as '2011-01-01' by default.

Type: Enhancement

A `CONNECT` request without a `:path` header, which *must* be omitted according to the [specification](https://tools.ietf.org/html/rfc7540#section-8.3): > The ":scheme" and ":path" pseudo-header fields MUST be omitted. Causes `ProtocolError('Header block missing mandatory...

```python >>> js2xml.parse(r'var a = "\f";') Traceback (most recent call last): File "src/lxml/builder.py", line 175, in lxml.builder.ElementMaker.__init__.add_text File "src/lxml/etree.pyx", line 1165, in lxml.etree._Element.__getitem__ IndexError: list index out of range During...

bug

I’ve seen strings quoted with `, and web browser consoles seem to interpret them as valid quoting characters for strings, but js2xml considers them invalid characters. For example: ```javascript var...

Continuation of https://github.com/zytedata/zyte-headless-proxy/pull/1