Mikhail Korobov
Mikhail Korobov
As for getting doctest_ng into Python: does this conflict with Python 2.x compatibility?
Hi Gianluca, Thanks for working on this! I'll comment on features now. ### Media files Currently, it is possible to use a custom template with nulled `api_js` block, e.g.: ```...
Hi @gipi and sorry for a long delay! ## Media files I like the idea of "with_js" attribute. However there are 3 possibilities: a) include all the js (script tag...
For the reference: https://bitbucket.org/kmike/django-coverage/issue/9/coverage_ignore_tests
Yep! [habr.ru.har.zip](https://github.com/janodvarko/harviewer/files/418774/habr.ru.har.zip)
@gitgrimbo it was generated using [Splash](https://github.com/scrapinghub/splash). Splash uses HAR as a data export format; it also embeds harviewer in a script debugging page.

Thanks for looking at it! Regarding Response tab: currently it doesn't show raw content of the webpage or raw response content, it shows data stored in HAR JSON as-is. This...
Yeah, I think it is good to always decode text if encoding is present. The exception could be unknown encoding (only base64 is mentioned is standard). Another tricky case is...
That's because some efforts are still necessary to make a transition from jogging to new django 1.3 logging. I updated one of my projects from django 1.2 to django 1.3...