Marcel Hellkamp

Results 233 comments of Marcel Hellkamp

1) We can call it "Henry" and paint it blue, makes no difference. I like the zero-based version as it reduces the expectations and encourages users to look into the...

I'm not sure if it ever worked as documented in the tutorial, and I tend to say that its better to fix the docs instead of the code. Here is...

Great, looking forward to it :) Parsing headers is already implemented (`_parse_http_header(h)`). You can get inspiration from there, or perhaps you find a ready to use solution in the stdlib...

Which Python an Bottle version?

I still cannot reproduce this error. I do get the 'unclosed resource' warning, but the process does not hang. The resource warning is caused by the stdlib wsgi server not...

This is fixed in `master`, but not in `0.12` yet. The `wsgitef` implementation does not properly clean up the socket server on SIGINT, so you could use a different server...

This affects all versions and debug output does not provide any additional info.

Would still be nice to have a way to deploy custom default backgrounds that are available to all users. Please re-open?

Not a simple feature, though. Changing the password-reset email address of an account should only be allowed after entering the current password again, and only take effect once the new...