Results 30 issues of David Szotten

``` $ cat Dockerfile FROM python:2.7 RUN pip install eventlet==0.21.0 CMD python -c 'import eventlet; eventlet.monkey_patch(); eventlet.listen(("localhost", 8000))' ``` ``` $ docker build . Sending build context to Docker daemon...

importance-bug

Thanks for a great tool! ** Problem ** When using it at $work, the output is cluttered by a long list of all our internal libraries which are (correctly) skipped....

enhancement

### Describe the bug template: ``` ``` ``` 0:15 Parse error: expected one of '>', '\\s+', '{#', '{%', '{{' at 0:15 parse_error ``` This seems like a reasonable (albeit slightly...

bug
parser

Hi, Thanks for a great plugin! While the diffs are super helpful, it looks like we lose the very handy drill-down output: ``` $ cat test.py a = [1, 2,...

enhancement
help wanted

Once i start typing in the "Comment" box and the preview appears, the "Pull Requests:" section of the summary box disappears. Thought i was going crazy. Is this intentional?

trac

could we let extensions register `argparse` options (e.g. via setuptools entrypoints) for configuration when run via `nameko run`? could we extend this to a nicer way to set options when...

Rethink the websocket test fixture api. See e.g. the comments on #369

Now that we're no longer on a coverage fork, we should switch on branch coverage (once we get that up to 100%)

from a quick look it seems we only put the container in the worker_ctx to get to config and service_name. could we just include those instead (to avoid accidental "abuse"...