notoriousno

Results 19 comments of notoriousno

@GeorgFerdinandSchneider at the moment, getting twisted (which is the framework klein uses) and asyncio (which xknx uses) is a bit weird. To integrate the frameworks, you can run: ``` python...

@wsanchez any benefit adding combining `asyncio` with `twisted` or `klein` to the documentation? If not I'd close this issue

There are no swagger/openapi plugins for klein as of this moment, but it wouldn't be too difficult to create one on your own ;) this is a subtle hint that...

What do you think is a good guide? I'd been thinking about this for a while but had little time and motivation. I'd be willing to help. I've got some...

Sounds good to my ears. I can help review if you need it.

@glyph You have to set the "watch: all conversations" settings. Then check your spam filter because all my emails go there :)

[Here's a comment](https://github.com/twisted/klein/pull/72#issuecomment-258480807) that should give you some insight into how "middleware" solutions can be created. Seems like this should be referenced in a feature request for authentication middleware (of...

At the moment there isn't a way to "turn off" logging. However, you do have a few options: * Provide a `file` object or point to `/dev/null` for `logFile` _(easiest)_...

Yes that's pretty much what I was thinking! I recall seeing something like this somewhere deep in Twisted source in the past. Maybe the function was called ``convertToBytes(someString)``. So it...

Made a PR, please review if you (or anyone) have the chance. I'm not very familiar w/ the Twisted coding standards but I think I'm close. I've found some of...