Austin Bingham

Results 96 issues of Austin Bingham

If a configured worker is not running, then HttpDistributor should probably just remove it from the pool of (notionally) available workers.

We've added a new `baseline` subcommand, but there are no tests for it. Add these.

docs
good first issue

For operator plugins we currently have a notion of "operator providers" since enumerating all of the operators with entry-points would be tedious (perhaps not even possible...some are dynamically generated). This...

For some reason coverage is not working in travis, so I disabled it. It looks like it also fails locally, so it's not just a travis issue.

good first issue

We should have some sort of approval test for "report". This is an important feature, but right now there's not automated check that it works. This could probably be added...

There's a placeholder in the docs for this already.

This config options seems like a hold-over from earlier times. Now the more natural way to avoid mutating a specific module is with a filter.

Right now we only allow HTTP workers to listen on network sockets. I principle they should also be able to listen on domain sockets. The underlying aiohttp code supports this....

As part of the language and the AST, type annotations are potentially subject to annotation. At the same time, it seems that nearly all mutations to type annotations will result...

From twitter, it would be neat to show what CR can do with an example like this: ```python # In Python it's easy to show hilarious exceptions in code with...

good first issue