Chris Conlan

Results 7 issues of Chris Conlan

I was baffled for a few hours trying to figure out where a bunch of unnecessary queries were coming from on my app. I used `django-debug-toolbar`, which was a big...

Apache 2.4 is not supported officially by mod_xsendfile, but it seems the `EnableSendfile on` configuration option that ships with my Apache 2.4 installation accomplishes the same thing. Switching to `SENDFILE_BACKEND...

Recently saw this Amazon review that highlighted some confusion about where the `pypm` package is located: https://www.amazon.com/review/R1MBCECGQGIXL7/ref=cm_cr_srp_d_rdp_perm?ie=UTF8&ASIN=B086Y6H6YG The `pypm` package is local to the GitHub repository, as can be seen...

documentation

Optional argument for `process.extractOne()` to fail by returning `None` when there are ties in scoring. Right now, `process.getUniqueMax()` raises `ValueError` when duplicate maxima are found, which is caught by the...

I've been using fuzzywuzzy for a while, and I have often extended extractOne to fail in case of a tie. I'll make a PR for this if desirable for the...

# Checklist * [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+) for similar or identical feature requests. * [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3A%22PR+Type%3A+Feature%22+) for existing proposed implementations of...

Issue Type: Feature Request