Dakota Nelson
Dakota Nelson
 Haven't seen this one before - any ideas?
``` Current mmap position: 998179 Total mmap size: 134013860 Traceback (most recent call last): File "test.py", line 5, in for block in block_reader: File "/home/dnelson/projects/blockchain-parsing/venv/lib/python3.5/site-packages/blockchain/reader.py", line 35, in __iter__ raise...
This will close #3. I also messed with the config system a little bit, and used `pip freeze` to get `requirements.txt` so that versions are pinned.
Webhooks
I'd like to add webhook functionality, so that when new creds are received, CredSniper can fire off a request to a user-specified url. This enables things like [posting to slack](https://api.slack.com/incoming-webhooks)...
Right now, if there's an error and an API doesn't successfully pull data, it still updates its "last pulled" value, which means that window will never be pulled from again...
Often, a bunch of pins have exactly the same geolocation, and thus stack with no indication that it's occurring. Thought: add a slight randomness to pins to space them just...
When new locations are added, a warning is logged: ``` /usr/local/lib/python3.4/dist-packages/django/db/models/fields/__init__.py:1278: RuntimeWarning: DateTimeField Location.latest_data received a naive datetime (2015-03-26 10:47:23.673572) while time zone support is active. RuntimeWarning) ``` I don't...
Chrome is currently the recommended browser for pushpin-web. > I could not reproduce this issue because I was always redirected to a JSON response page when I submitted [the new...
Currently, if something doesn't work with one of the APIs (i.e. just recently I mis-typed an API key, so Twitter didn't pull any data and I had no idea why),...