Evan Heidtmann

Results 14 comments of Evan Heidtmann

Are you using `assume_role` method? Roles have a maximum session duration configured on AWS, which defaults to 1 hour. You can increase to 12 hours.

I have a workaround for others who may find this: Tap the notification to go to the Remote Keyboard test page. Tap in the text field, then pull down the...

New to matplot; not sure if I'm doing it the right way, but I think I saw this style in the sklearn examples. ``` import matplotlib.pyplot as plt import mplleaflet...

My solution for now is to delete all non-current models from my database before running `./manage.py dumpdata`.

I don't think so; I've moved on to other projects and as far as I can remember, I just avoided doing a proper data migration on that project.

OK, so CleanerVersion is capable of storing old versions on m2m fields on old versions, but you added the exception to avoid user errors? That's great, cause that means my...

@peterfarrell I'm sorry, I didn't get to it last month and I currently don't have an ETA for tests. I wouldn't mind if you or someone else wrote them.

I really wish I had written those tests immediately ... I'm having trouble remembering what the problem was. I know that I was able to load a fixture full of...

This is motivated by a caching layer I'm working on, where it's helpful to use `Overpy` types and then serialize to strings.