Matt Gauger

Results 56 comments of Matt Gauger

I'm wondering whether plaintext authentication (`self.imap.login(username, password)` in `gmail_slurper.py`) no longer works for Gmail? Anyone else having success with this script? Edit: some notes Plaintext auth is still allowed, however,...

I was able to eventually get it to run by commenting out the exception try-catch blocks and fixing whatever Gmail is sending back as an error (first the app-specific password,...

(I'm using https://github.com/charlesflynn/agiledata which includes ElasticSearch 0.90.0, which is why I have that version. I can also try to downgrade, but thought someone might have a better fix going forward.)

I seem to be caught in a Catch-22 in using Chrome with selenium-webdriver, though. If I have the gem `gem "chromedriver-helper"` in my Gemfile, then I can run my Capybara...

I think this is great! The simulation-based, "write a bunch of fragments / sentences that the computer can randomly pick from" approach is a lot more work than other approaches,...

Done now! Output: ~~https://raw.githubusercontent.com/mathias/destinations/master/departures.txt~~ https://github.com/mathias/destinations/blob/master/departures.md Code: https://github.com/mathias/destinations Dev journal: https://github.com/mathias/destinations#journal

Thank you! The code feels like a soup of attributes to me, to be honest. Oh well. I will do better next time I try to write a procedural generator....

Updated to markdown file and linked to it above and in README. Plus linked back to here -- missed that in the README somehow, the first time.

I blogged some thoughts here http://blog.mattgauger.com/2017/12/01/nanogenmo-2017/