dsirov
dsirov
I have the same problem, no stdout is shown. In my case this happens when an executable crashes, nothing from its output is shown. What is weird, that even when...
I think this is mainly relevant for browsing, which is made especially easy with the [unimpaired](https://github.com/tpope/vim-unimpaired) plugin, which introduces ]l and [l for location list and ]q and [q for...
@JimBiardClimateAI Nice workaround with `__str()__`! Workaround to make `--help` work too: instantiate the class yourself and pass the object to Fire: ``` Fire(Foo()) ``` `fire_bug --help` now works (as well...