André Ericson

Results 9 issues of André Ericson

Moving this discussion here. From email I received. ``` Hello André, My idea is to add another command line/config option which will allow to define custom action triggered after button...

Enhancement

**Describe the bug** When an exception happens on a listener the error is not reported and the server doesn't crash when using Uvicorn. **Code snippet** ```python from sanic import Sanic...

needs investigation
stale

Add to README instructions to setup Papertrail alerts. Examples: ``` Name:Platform errors Query: "error code=H" OR "Error R" OR "Error L" ``` ``` Name:Request timeout Query: code=H12 ``` ``` Name:Worker...

Maybe there is another solution to this problem. We have a django view that in some part of the code has a: ``` try: ... except Exception: # we want...

Clean up https://github.com/vintasoftware/cdrf.co/blob/develop/rest_framework_ccbv/inspector.py#L191-L222 I've removed the needed for being able to look at more than one item from the lookahead. We no longer need the guard against multiple lookahead.

https://github.com/vintasoftware/cdrf.co/blob/develop/templates/detail_view.html#L112 Should use the `dirty` value instead of `overridden`

Using http://pre-commit.com will save a lot of time by checking common mistakes http://www.vinta.com.br/lessons-learned/using-pre-commitcom-will-save-a-lot/ #Git Change to -> Using http://pre-commit.com will save a lot of time by checking common mistakes #Git...

Should return 400 instead. ie: `/ilearned `

It's not clear by looking at the README that it is the develop version, causing confusion like in #83. Readthedocs would solve it.