immerrr again

Results 21 issues of immerrr again

When you start having more and more customized forms you face the same documentation & discovery issues as with the rest of the code. Both eldoc and completion should help...

enhancement

Hit this when trying to run a spider against scrapinghub.com: sometimes it responds with `302 moved permanently to scrapinghub.com`. Scheduler agrees and tries to schedule another request for scrapinghub.com, but...

bug

The entities marked as reserved [here](https://do.remifa.so/archives/unicode/latin1.html) (scroll down to see the list) are extracted literally by `lxml`, whereas it should probably strive for more compatibility with browsers which interpret them...

enhancement
discuss

This PR adds an xpathfunc that performs relative `id` lookups. There are two ways of doing those: - `sel.xpath('id("foo")')` under the hood performs a dictionary lookup and thus is blazingly...

enhancement
performance

This PR a very naïve and straightforward implementation of gunicorn access log format, which is currently ignored by uvicorn (see #527). One notable omission is the WSGI variables: they should...

enhancement
logging
workers/gunicorn

This PR changes the approach to ignore file handling. The current approach is 100% oriented towards performance, but unfortunately it loses very important pieces of "negate" functionality, because negations were...

Hi! I'm experiencing an issue very similar to what was described in #11, but I can't find a misconfiguration. I have been following http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html so far, and I have: celery.py...

This PR enables brotli decompression of responses if it is available (via `brotli`, `brotlipy` or `brotlicffi`) I have added all three brotli variations to the test suite, but I'm at...

I've run into this recently. After a rather short debugging session I've narrowed the culprit down to these lines: https://github.com/immerrr/raven-python/blob/master/raven/events.py#L51-L52 The problem is that I'm using a custom exception class...

I've recently come across a situation when I've updated one of the packages and the updated version required more recent version of one of its dependencies. Is there a way...

discussion