MG Santos

Results 10 issues of 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...

enhancement

Would be nice to be able to pass a `-v` where is prints what it is doing.

enhancement

Just launched it and got this ![image](https://user-images.githubusercontent.com/1147911/130047841-58439f49-49f3-46ea-a539-ea0278e1dd2b.png) This I miss something?

I pulled it from the web app as described, but it does not seem to be working anymore

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

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.