JJ Fliegelman

Results 8 comments of JJ Fliegelman

Definitely would be interested in this, I'm trying to split my mail between two Postmark servers (one public, one for "internal" mail) and this would be helpful to be able...

We need this functionality as well, and I'm considering having someone on our team add this. Have there been any major enough changes to cacheops that at this point a...

Some more research on this is showing that it might be because django-seo-js depends on requests 2.2.1, which is an older version of requests. It may be incompatible with the...

It ended up turning out that the issue was django_seo_js is passing on a `Content-Encoding` header from PrerenderIO, which is causing all the problems. Subclassing with the below code fixed...

Same issue and surprise here--I expected `setUp()` to get called before every hypothesis call and was surprised to see it wasn't.

Thanks for the comment! I'm sure we could make adjustments, but would you mind clarifying what it is you're looking for? Is it to have the logs be JSON output...

Another +1 to merge. Thanks for the fix!

We'd use this too. Currently we make this happen by having another microservice receive Github webhooks, watch out for PR merges, and then manually call a Buildkite pipeline to discard...