Kent Shikama

Results 13 issues of Kent Shikama

Currently if you specify a read_default_file that has a different path, you'll receive the same error message as if you simply tried `_mysql.connect()` without any args as follows: ``` db=_mysql.connect(read_default_file="/bad/path/mysql.cnf")...

Imagine you have a route like the following. ``` @app.route("/foo", methods=["POST"]) @inlineCallbacks def doStuff(self, request): yield foo() yield bar() return {"message": "success"} ``` And then a client calls `POST /foo`...

See https://github.com/twisted/klein/issues/546. We have been running a similar patch on our enterprise production systems for about 6 months with no issues, and critically we have stopped getting issues on client...

A common case that causes an ambiguity overflow is to have one open case with a lot of charges. There should be an elegant way to handle this without having...

backend
Complexity: 3
expunger

backend
Complexity: 3
parser