Armin Ronacher

Results 153 issues of Armin Ronacher

I'm not sure how I want to do the transition myself yet but I'm more than happy with how Click (http://click.pocoo.org/) (and the integration of it into Flask 1.0) is...

Since this already looks a lot like Flask, why not go the extra mile and embrace Tera? (https://github.com/Keats/tera)

TL;DR: clone arc.

Added a note on tags.

This came out of a conversation about how this feature works.

Not sure if a good idea or not. I played around with this because I was hoping to get some comment leaving going. One could change this to open a...

So since browsers report the absolute offset within a WASM file and do not have access to the code section offset, debugging tools that only operate on such offsets (such...

I believe this is necessary to recover correctly from serialization errors (Refs #257)

Currently only channels and shared memory regions can be sent via IPC. It would be nice if one could serialize arbitrary objects implementing `IntoRawFd` and `FromRawFd`. eg: ```rust let handle...

Currently if a subprocess dies there is no way to interrupt the accept. This means that you end up blocking on the accept forever. This turned out to be an...