MG Santos
MG Santos
Is there any way to serve other files from the server? Like 3rd party libs or default css files?
This assumes we are working on a repo with remotes where we want to push. If it's not the case, it commits but exits with error 128 It should be...
Just launched it and got this  This I miss something?
I pulled it from the web app as described, but it does not seem to be working anymore
Issue
When doing list(gam.alerts) I get this error. Any idea? ``` UnexpectedResponseError Traceback (most recent call last) in () ----> 1 list(gam.alerts) /usr/local/lib/python2.7/site-packages/galerts.pyc in alerts(self) 355 try: 356 if response.status !=...
How can you serialize this example? http://codepen.io/mintyPT/pen/pRmELg
Router
I'm trying to use this inside a router but doesn't seems to work. Can you provide a working example? Thanks
Is it possible to have a hook to be fired before/after every endpoint? For example, the before hook coold be used to protect all the routes.