Hoi!
Suppose that my GTInspector extension method fails for some interesting
reason. How should I present an error message to the user?
I'm am especially thinking of cases where I am spawning a Unix command
behind the scenes and I want to show the (possibly long) output of the
command to the user. Could happen either in an inspector extension method
or also in a "Go" action of the inspector.
Tips would be much appreciated :).