Stu Tomlinson
Stu Tomlinson
#### Description of changes Best practice for restricting access to Amazon S3 content by using an origin access identity (OAI) is to us an S3 bucket policy, which is already...
Currently invalid SAML responses result in an error page presented to the end user disaplaying: > We are sorry... > invalidFederatedIdentityActionMessage The message is not picked up from properties file...
Django 1.9 has not been supported since 2017 and dropping support makes it easier to get rid of these deprecation warnings: ``` DeprecationWarning: distutils Version classes are deprecated. Use packaging.version...
fixes #399
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...
Postgres 'macaddr' field only accepts EUI-48 addresses, restrict MACAddressField to the same. Also fix conversion from EUI-48 to EUI-64/MACAddress8Field
The [NDT7 protocol](https://github.com/m-lab/ndt-server/blob/main/spec/ndt7-protocol.md) mentions M-Lab uses Linux 4.19. Certain key `TCP_INFO` struct members are only available in Linux 4.19+ (notably [`bytes_sent`](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ba113c3aa79a7f941ac162d05a3620bdc985c58d)), so for consistency update the `README.md` to say the...
Upload tests with ndt-server running on non-Linux (darwin) do not report any results: ``` $ ~/go/bin/ndt7-client -scheme wss -server 172.26.0.65:4443 -upload=true -download=false -no-verify upload in progress with 172.26.0.65 upload: complete...
**Describe the bug** `parent_id` is `None` in the `ProjectItem` object returned by `projects.create()` even if it was specified when creating the new instance. **Versions** - Tableau Server 2022.3.1 - Python...