dozer icon indicating copy to clipboard operation
dozer copied to clipboard

WSGI middleware for profiling CPU/memory and inspecting logs

Results 4 dozer issues
Sort by recently updated
recently updated
newest added

Setting `background-color` and `color` in the same selector ensures the contrast is good.

question

This looks like a non-deterministic test failure: ``` ====================================================================== FAIL: test_count_objects (dozer.tests.test_reftree.TestGlobals) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/mgedmin/dozer/dozer/tests/test_reftree.py", line 61, in test_count_objects self.assertTrue((1, MyObj) in res) AssertionError: False...

help wanted

While you're probably not supported to run this in production or in public servers, sometimes that would be just convenient. Securing with Basic auth wouldn't probably be too big a...

enhancement
help wanted

- Stop importing the `cgi` module (it was only used to get the type of an unbound method) - Use the types module instead of calling type() on random methods...