Brian O'Connor

Results 3 issues of Brian O'Connor

Issue: #575 This adds a `context` field on the `TImer` class that allows 3rd party apps to store some information about the intent of the timer when it's created. I...

enhancement

As briefly discussed in https://github.com/babybuddy/babybuddy-alexa-skill/issues/11 - it would be good to store (optional) context on a timer when it's created. In the specific instance outlined above, something like: > Alexa,...

enhancement

I was just implementing a project and [read up on the documentation](http://flask-classful.teracy.org/#providing-your-own-base-class) about specifying base views. While this works, it seems a little clunky and prone to errors. I was...