Brian Hartvigsen

Results 57 comments of Brian Hartvigsen

Sounds like you are running 3.4 with a newer version of gflags and/or google python client code. 3.4 only works with very, *very* specific versions of the libraries as defined...

Should be possible. I'll take a look

You can specify a timezone in the `--when` option (e.g. `--when 2007-09-24T15:30-8:00`), both dateutil and parsedatetime should be able to deal with that. Given we only allow duration and not...

This isn't that bad for really basic things (like all day events.) What makes it a PITA is trying to intelligently point out events from previous days that are either...

I understand that you want to redo the authentication system and support you in that 100%, but currently this is broken for me (and others). Just want to document how...

[Joezo/atom-jshint](https://github.com/Joezo/atom-jshint) supports as-you-type linting, so might give some ideas on how to implement.

See #22 and [my branch](https://github.com/tresni/pip-autoremove) which includes a fix for this (uses whichever pip the python interpreter knows about so works fine in venv)

Should be addressed by the merge of #42 and the new release, please close if that resolves your issue.

Short answer is no. Those packages would be seen as "leaf" packages and pip-autoremove would assume you installed them on purpose. You can get a list of all your leaf...

Sounds like #16 is the solution. If so, you can install directly from my fork [tresni/pip-autoremove](https://github.com/tresni/pip-autoremove) with `pip install git+https://github.com/tresni/pip-autoremove.git`