q
q copied to clipboard
Quick and dirty debugging output for tired programmers. ⛺
Thank you for the image and the resource can I ask a lookout for the resources however I am not available to run it on my version of macOS do...
Hi using q in an ansible module as follows: ``` def exec_module(self): changed = False result = dict() state = self.want.state import q q.q(state) ``` There is no file q...
I've noticed the following when using `q`: * long strings are abbreviated with `...` in the middle. * dictionary objects with greater than 10 entries print the first 10 and...
Sometimes it's impractical to read files in the system (e.g. when running in Docker), but the console is still functional. Can `q` support a flag that will allow it to...
Sorry to file an issue here but I can't find a better point of contact. https://docs.python.org/3.7/whatsnew/3.7.html#pep-562-customization-of-access-to-module-attributes Does this solve the long-standing issue mentioned in the initial presentation about q, regarding...
Hi, I read about your cool module yesterday on python-weekly. Here is a patch to show the timestamp when logging starts
q is very helpful when zeroing in on performance/timeout issues as well, make it even better by explicitly logging the time spent in the function.
**This pull request is currently a WIP - it needs tests before it can be merged!** As discussed in https://github.com/zestyping/q/pull/21 I've made some changes to the pprint change proposed there....
It is annoying to type `import` each time I want to use `q`. Installation process can setup init hook so `q` or `_q` will be available in the global namespace....