Michael J. Schultz

Results 6 issues of Michael J. Schultz

Would it be possible to have the ability to view pageview counts/stats grouped by url (or partial url), assuming `TRACK_PAGEVIEWS = True` For example, ``` Total Unique URL 1400 800...

This adds the ability to specify an `AWS_SES_ROLE_ARN` in the settings file (as well as a `AWS_SES_EXTERNAL_ID`, if needed). If the role ARN is specified it will use the provided...

looks like python versions > 3.8 don't work for requests_toolbelt, this updates to the later versions that (hopefully) do

Handles https://github.com/datacontract/datacontract-cli/issues/375 - [ ] Tests pass - [ ] ruff format - [ ] README.md updated (if relevant) - [x] CHANGELOG.md entry added

The [Open Cybersecurity Framework (OCSF)](https://github.com/ocsf) is an event based schema that tries to categorize all types of security events in a common model. Unfortunately [their schema](https://schema.ocsf.io/) is represented in a...

According to the specification a definition can have a fields section that is a map of strings to Fields, but in the pydantic model the definition can have a fields...