Brighid McDonnell
Brighid McDonnell
+1: The README saying only that you can "use most of the SQLAlchemy-core API [but not] the ORM" is anything but confidence-inspiring. A specific list of what's supported would make...
Has the codebase drifted towards or away from Twisted's coding standards since 2014—is this still a concern, or is it down to a manageable level?
Digging into `resource.py` as of version 15.1, the body/headers mismatch bug appears to still be present.
Dropping in a reference link to make it easier for a new contributor to take this on: [how to write a twistd plugin](http://twistedmatrix.com/documents/current/core/howto/tap.html). `twistd` plugins live with whatever app they're...
Point of information: I was able to reproduce this in version 15.1 with the exact same example code.
I made some time to dig into this, and I think there are actually two issues here. The first one is "when a branch route returns `None`, it's a `200...
Actually wait, because `strict_slashes` causes Werkzeug to do a redirect, I bet the inconsistency bug I was just talking about is the same as https://github.com/twisted/klein/issues/71
I definitely agree with the part about "there's a mismatch between Werkzeug's model of the world and Klein's." Also I didn't get the distinction about returning something written to the...
So, did PR #59 fix this?
Used the original reporter's code to reproduce this with Klein version 15.1. @dreid: Would you say this is a bug in Klein's code, a quirk that the docs should explain,...