Derek Hohls
Derek Hohls
Is it possible to give an example of how to use this utility in the Django admin to profile (at a line level) custom actions?
Are there any guidelines for how to use pytest to interact with a "live" menu and validate it handles and processes all items?
Any ideas on the feasibiity of adapting this to work with gitlab & gitlab issues?
I am running `pg_eventserv` in a docker, and when I check the logs I see an ongoing stream of the above messages (the web socket number increments each time). Can...
Error trace: ``` >>> data = AttributeDict({'foo': {'bar': [1, 2, 3]}, 'this.test': 1}) >>> data['this.test'] 1 >>> data.this.test Traceback (most recent call last): File "", line 1, in File "/home/gamesbook/.venvs/attr/local/lib/python2.7/site-packages/attributedict/collections.py",...
Is it possible to give an example of how to use this in Django admin to profile actions? I have tried: ``` from debug_toolbar_line_profiler import profile_additional ... @profile_additional() def my_custom_action(self,...
It appears that rendering of RestructuredText tables does not implement the table width settings given as table directives (ref: https://docutils.sourceforge.io/docs/ref/rst/directives.html#table). There are some examples in my project: https://github.com/gamesbook/pyprototypr/blob/master/docs/tables.rst Basically, I...