Ben Darnell
Ben Darnell
Sphinx does nice book-like PDF output (as opposed to the more common "printed web page" style of PDFs). It can turn links into page references and footnotes for printed use....
When I introduced type annotations, in a lot of places I didn't go any farther than required to get mypy to pass on Tornado itself. So you're right that these...
Fixed in #3542
Note that even though experimental_follower_read_timestamp doesn't guarantee that a follower read will be performed, it's not any weaker than other things we're relying on. For example, in the aftermath of...
I think we should do more to say that follower reads are not currently a guarantee of low latency and discuss some more factors that can affect them. For example,...
Looks like @mcg1969 is correct, and invalid If-Modified-Since headers should be ignored instead of returning a 5xx or 4xx error. [RFC 9110 section 13.1.3](https://www.rfc-editor.org/rfc/rfc9110.html#name-if-modified-since) says "A recipient MUST ignore the...
It would be annoying to slow down the build after we just removed qemu for ARM (which got build times down to 15-18 minutes), but other than that if it's...
Our build is small enough that emulation doesn't cost too much time (and we only do it in the release build pipeline), so I'd prioritize simplicity and reliability over speed....
Yes, I'm planning to merge this and also add emulated builds for other platforms. But it's low priority at the moment since it wouldn't go out until our next feature...