Sean Stoops

Results 4 issues of Sean Stoops

The content type URL lookup was using the content type's model name as the key to a lookup dict. This caused two issues: 1) You could not customize the human...

Moved the Content Type query out of the for loop. Instead, grab all content type IDs from the choices, then perform a single query for all Content Type objects to...

### Describe the bug The `requests` library supports setting `REQUESTS_CA_BUNDLE` to either a single certificate file, or to a directory of files. It appears that botocore assumes this value will...

bug
needs-review
certs
p3

### Summary of problem This issue is a continuation of the [comments](https://github.com/DataDog/dd-trace-py/issues/8504#issuecomment-1965148147) I'd left on a similar issue. We recently started getting segmentation faults across our environments after upgrading to...