Michael J. Schultz

Results 9 comments of Michael J. Schultz

`VisitorTrackingMiddleware` is before `SessionMiddleware` because the tracker only operates on the response from the app. Middlewares go top to bottom for request and bottom to top for response. Is it...

@marvelph, I [made a PR](https://github.com/azavea/django-amazon-ses/pull/65) which should support role arn if you want to try it?

> not provide good user experience for new users utilizing IdentityProviderPlugins. To be clear, I'm a new user to this library and I don't like the experience of having to...

Do you know if you are using the python-only implementation or the c-based extension? The python-only implementation will be slower and much more memory intensive than the C version. An...

What platform?

Sorry about not responding to this, but I can't build wheels for Windows platforms right now. If you can help get a build working via the `appveyor.yml` file, that could...

No, I think this is fine. But I would like a blurb in the README stating that Windows does depend on this external library. I think something like (in the...

Thanks for the information. I don't have a windows platform to test this on so I can't be much help on that front. I'd certainly prefer to not have an...

Seems I based this project on Travis CI builds, which don't work now(?); if someone wants to move to GHA to build this that would help a lot.