Matt

Results 8 issues of Matt

As demonstrated by the shell session below, there is a bug in how ssl is handled when passing through HTTPretty. I didn't see a note in the readme about it...

**Is your feature request related to a problem? Please describe.** Services like Unsplash require the image be attributed to the photographer. There doesn't seem to be any way to pass...

enhancement
up for grabs

When a package is imported after freezegun starts, ignore would not work correctly. This fixes `FakeDate.today()`, `FakeDatetime.now()` and `FakeDatetime.utcnow()` to return the real date/datetime in ignored packages. fixes #420

If running a Flask app behind Nginx, the redirect url is incorrect since it is using the localhost URL instead of the URL Nginx is responding to. Perhaps just adding...

The release ID is useful when we want to publish a release at the end of a build.

From looking at the templates.html example file, this should work, but for some reason, it doesn't. In the global namespace, I render a template that has bindings for a namespace...

This pull request adds a charge_customer_at parameter to `Client.create_bill`. It also allows the Resource object to parse date objects automatically, just like it currently does for datetime objects.

enhancement