Ben Darnell
Ben Darnell
Benjamin Darnell (bdarnell) commented: Page: https://cockroachlabs.com/docs/v23.2/security-reference/authentication.html ## What is the reason for your feedback? [ ] Missing the information I need [ ] Too complicated [x] Out of date [...
### Description The [FAQ](https://cibuildwheel.pypa.io/en/stable/faq/#what-to-provide) says "Generally speaking, because Pip 20.3 is required for the universal2 wheel, most packages should provide both x86_64 and one of universal2/arm64 wheels. When Pip 20.3+...
## Issue I was trying to run `tox` in Python 3.11 while running tests under 3.14 (to work around #3523). Instead of putting the 3.11 bin directory on my path...
Since 2023, major browsers have offered a new protection from XSRF: the `Sec-Fetch-Site` header. This is much simpler to use than the invasive `xsrf_cookies` feature currently offered by tornado, while...
``` field-value = *field-content field-content = field-vchar [ 1*( SP / HTAB / field-vchar ) field-vchar ] ``` `field-content` matches a single `field-vchar`, and it matches a string of 3...
# Bug report ### Bug description: When `cibuildwheel` runs the `musllinux_1_2_i686` configuration, I often see exceptions logged when the end-of-process GC runs: ``` Exception ignored in: Traceback (most recent call...
SimpleAsyncHTTPClient's timeout errors are not very informative: we distinguish connect timeouts from other timeouts, but nothing else. It would be helpful to provide more detail, in particular to distinguish DNS...