John Heasly
John Heasly
Our staging bucket and production buckets (for whatever reason(s)) are in different AWS zones. It'd be cool if, say, in `tarbell_config.py` there were an optional parameter to set the zone...
I'm minifying a fragment of an HTML doc and html_minify prepends with `` and appends a ``, neither of which I want. For example: ``` >>> from htmlmin.minify import html_minify...
I've got an calendar with 42,908 events. To get the `Events` on a given day, I do something similar to: ```python >>> Period(start=sdate, end=edate, events=Event.objects.all()).get_occurrences()) ``` it takes just under...
35 instances. And a few ``` PASCUCCl -> PASCUCCI ``` And one ``` rVllDLAND -> MIDLAND ```
• Based on http://stackoverflow.com/questions/11301650/how-to-escape-indicator-characters-i-e-or-in-yaml#answer-22483116, added a `|` [here](https://github.com/jheasly/secret-santa/blob/master/config.yml.template#L29), which will allow for indicator characters in `Message` portion of YAML config file. • Fixed spelling of `receiver(s)`.
I think you can remove [this](https://github.com/matthiask/django-newswall/blob/master/newswall/providers/feed.py#L24-L26): ``` python if hasattr(entry, 'date_parsed'): timestamp = datetime.fromtimestamp( time.mktime(entry.date_parsed)) ``` In the [feedparser 5.1.3 docs](https://pythonhosted.org/feedparser/reference.html), `date_parsed` isn't an attribute of a feed `entry` so...
When the `update_newswall` script is run against WordPress feeds (RSS or Atom), the resulting timestamps come out as timezone naive so when pulling into a timezone-aware Django app you get...
... on [the links section of the API page](https://github.com/veltman/learninglunches/blob/master/apis/README.md#some-popular-free-web-apis).
Searched 33 hashtags and the first time the analysis script ran, it never scraped more than 887 posts: ``` 2024-04-29 16:03:49 INFO | Scraped 887 new posts containing the hashtag...
All the Documentation links in the README.md point to the https://github.com/biglocalnews/prefect-flow-template/wiki directory which doesn't seem to exist (or isn't public). If there's some way to help/create a PR, happy to...