Mathieu Agopian
Mathieu Agopian
Here's a (full?) list of HTTP methods: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods I believe only the first three (`GET`, `HEAD` and `POST`) are widely implemented in browsers? Not sure if that means only those...
How would that work, do you have any suggestions? From what I can see from https://developer.mozilla.org/en-US/docs/Web/API/DOMError, there isn't any more specific errors related to network errors. If javascript isn't more...
For people stumbling on this post, this could also happen it seems if you have a dependency X with a given version (say `8.0.4`) and are trying to installing a...
FYI the devtools profiler started using prettier lately: https://github.com/devtools-html/perf.html/pull/402 There's everything in there, including git hooks. I would be happy to mirror that for janitor if you're ok with that.
I can confirm that this is still the case on the latest checkout of the master branch today. Removing all the elm code blocks from a markdown file allows me...
Thanks for this! I think it's missing a few things: 1/ the `south` app should be removed from https://github.com/magopian/django-data-exports/blob/master/data_exports/settings.py#L11 2/ there's still a reference to a `south` command in the...
Are, you're right ;) Could you please slightly amend the doc to talk about the two cases (django 1.7- and south, or django 1.8+)? Thanks!
Thanks a lot for those contributions. I'm currently on holidays, I'll check them asap and will get back to you! What did you mean by "possibilities and howto of testing"?
Oh, it's the tests that ran on travis. If you click on "details", you'll be taken to the travis build, and from there you can see which tests have failed....
Hi, I'm sorry I'm not maintaining this project anymore, if you'd like to give it a go, I can add you as a maintainer?