Matt Behrens

Results 13 comments of Matt Behrens

Could you make a new release, that includes the flag for searching team drives? I know it's small, but my company has switched over to using that team drives, so...

I'll contribute: I installed the tmuxp.rb homebrew formula correctly on a standard homebrew/OSX 10.15 setup, so +1 I've been using pipx to install tmuxp, maybe it's easier to consolidate on...

Also this page has google sample code for highcharts.js but it looks like its for an older version of highcharts (2?) http://blog.webasp.com.au/post/625620936/how-to-make-scatter-chart-like-github-punch-card

After looking at Google's newer charting API, I am not impressed. The Google Image API is simpler and more flexible. I've been able to get something like this rendering, but...

matplotlib seems good enough. I found the hgpunchcard renderer which uses it https://bitbucket.org/birkenfeld/hgpunchcard Update a bunch of that code and added a matplotlib.py to this repo. After tonight, I'm thinking...

Fix away! I haven't touched this project in awhile, but it was written for Python 2.7. I'd support upgrading it to Py3. My understanding is that targeting Py3.5 as the...

congrats on your first PR @philerooski 🎆 I will take a look

Hey, - First, I would recommend cloning and installing the source locally, so you can tweak it, something like: git clone git://github.com/askedrelic/libgreader.git python setup develop - From here, you will...

The `ImportError: No module named libgreader` is mostly liking due to not having libgreader installed in 'develop' mode, which installs libgreader to point to your current files If you are...

Signed up and got things working! Checkout my branch feature/superfeedauth I created a SuperAuthMethod and a seperate test_superfeed.py. Fill in your username and password at the top of the file...