Ed Kellett

Results 58 comments of Ed Kellett
trafficstars

Current ban-ish things: * K-lines * D-lines * X-lines * RESVs Things we might want to consider making ban-like versions of: * Filter patterns (but it's not obvious, since hyperscan...

I'm interested in working on this. I have some working but hacky ASGI support going on: [werkzeug](https://github.com/pallets/werkzeug/compare/master...edk0:asgi), [flask](https://github.com/pallets/flask/compare/master...edk0:asgi). I'd like to understand more about any plans you may have before...

Sure, or just make `values` and friends asynchronous themselves: `values = await request.values` or `values = await request.values()`, depending mostly on which looks nicer.

yes :( I'm not sure that's particularly avoidable, though. I don't think ```python3 form = await request.form form['foo'] ``` is really any more or less ugly than ```python3 await request.parse()...

Regarding the form parser, I've made an attempt at sansio-ing it in #1330.

I'd personally prefer a rework of the KB system, as it was designed to suit the ideas of people who are no longer with freenode, and the content we have...

In your mark2 configuration: ``` properties plugin.monitor.ping-enabled=false ``` we'll get a proper fix for this out soon.

I don't know whether this would be better implemented as a client setting (per-user, all servers share) or a server setting (per-server, all users share). If it's a server setting,...

I've never been able to reproduce this since making this issue.

Or not, it's still happening in some cases. Not sure why.