jjlorenzo
jjlorenzo
makes sense! thanks for confirming that
Sorry if I don't understand deeply the problem, it is not possible to fix this problem? Looking at the decorators I see that the `is_object_permission` value is used to determine...
Here is what I'm using for inspecting a json log file ``` tail -f log.json | while read event; do underscore --wrapwidth `tput cols` pretty -d "$event" ; done ```
I'm using ``` dependencies: cli: github: bcardiff/cli branch: crystal/0.35.1 ```