Eliot Alter

Results 3 issues of Eliot Alter

Let's say I have the following method: ``` python def foo(hello, world, ohai): pass ``` Now I put my cursor on the first 'h' in 'hello'. After calling ArgWrap the...

Spent a bit trying to figure out what was wrong with my code. Code: ``` HELLO_WORLD: instances: 3 deploy_group: foo cpus: 1 mem: 500 ``` Error message: ``` remote: ✗...

When I was using the journey router, there were times when I wanted to return pure string responses instead of json. An example would be returning some html. This commit...