John Heasly
John Heasly
At registerguard.com/_The Register-Guard_, we've used it for: • [Living proof: Creswell’s Linda Merritt owes her life, and a new bond, to lung donor Rachel Givens](http://cloud.registerguard.com/linda-merritt-owes-life-to-lung-donor-rachel-givens/) (which just won 1st place...
I believe a long while ago, somewhere in cyberspace, we previously discussed this and you asked me to file a ticket. Sorry for the delay! (Doing an annual refresh of...
Hrm. Yeah, even telling BeautifulSoup to use the 'lxml' parser here (and here — not sure why `soup` gets set twice) instead of 'html5lib' doesn't help much. The output still...
In my use case, other processing happens outside `html_minify` before the document is assembled/output. I use BeautifulSoup all the time in less-than-document situations and it doesn't insist the output be...
Upon closer inspection, the query I'm running is using the forerunner app, https://github.com/thauber/django-schedule, but if someone has a better way to query, I'm all ears.
Hi @llazzaro! I'm using PostgreSQL. I'll try paginating response tomorrow & report back ...
The lengthy wait time seems to come down to the `occurrences` method of the `Period` class. As I mentioned, I'm actually using `thauber/django-schedule`, the upstream fork of `llazzaro/django-scheduler`. Just eyeballing...
Upon closer examination of the code, it turns out I was already paginating. One thing I'm finding that really helps cut down queries is instead of passing in all Events:...
Many thanks for the tips! I'll check for the `Null` rule when trying to find one-time `Event`s. Looks like `django-scheduler` indexes the `Event` columns of `start`, `end` and `end_recurring_period`, yes?...
Had the same issue w/ Mac OS X 10.15.7 using `zsh`. Had to manually add the shim path to `.zshrc` Running ` % pyenv doctor` would say all was good:...