Alan Jenkins
Alan Jenkins
Ah, I found some interesting comments. I think clients can already get a structured error response if they want, by using `If-None-Match: *`. The error would be HTTP 412 "Precondition...
Shorthand for a race condition. Sorry for the unclearness. Two clients can race trying to create the same account at once. Only one can win. The other should receive an...
RFE stands for Request For Enhancement i.e. feature request. It's an attempt to say I'm coming in as an outsider, I have a suggested enhancement, without claiming your project has...
`mount -n` should not be necessary on newer systems. E.g. Debian 8. (Possibly encouraged by a systemd warning). ``` $ ls -l /etc/mtab lrwxrwxrwx 1 root root 12 Oct 4...
This seems the wrong place to check UTF8 compatibility! I don't understand the code, so perhaps your definition of UTF8 compatibility is different from mine. However if the form is...
Apologies @script. I missed the focus on people's names. Having understood the question I respectfully suggest not doing this. How important is it to deny people with names containing -...
If I need to re-style this for Sider, can someone please give me a hint what is needed?
Wups, the test for "[log file] is appended to" was missing a few lines. Fixed now.
> Let me think about it a bit more. Thanks for looking at it. Maybe I was more scared about the logfile encoding, than we need to be in practice......
Hi. In case you're interested, I just got notified that [logging gained an 'errors' parameter](https://github.com/python/cpython/commit/ca7b504a4d4c3a5fde1ee4607b9501c2bab6e743). It effectively defaults to 'backslashreplace'. > Since we use different handler now, I am trying...