Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Airship
- Portland, Oregon, USA
- Sign in to view email
- http://coddingtonbear.net
Popular repositories
-
Access your meal tracking data stored in MyFitnessPal programatically
-
Import mail from POP3, IMAP, local email mailboxes or directly from Postfix or Exim4 into your Django application automatically.
-
Simple OSX tray application allowing you to use Pomodoro techniques with Taskwarrior
-
Easily store, retrieve, and convert measurements of weight, volume, distance, area and more.
1,251 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in Rolstenhouse/unofficial-apis that received 1 comment
Created an issue in microsoft/pyright that received 2 comments
`Literal` `enum.Enum` value not allowed
Describe the bug
Literals in pyright can be used for str, int, None, bytes and bool values as expected, but pyright's handling of Literal does not …