Scott Johnson

Results 111 comments of Scott Johnson

I think that's reasonable. Would you accept a PR that changes the demo to do it that way? It would then exercise the table_print_detected logic in the example code.

Er...are you talking about the el_container.sprint() in the custom_report_server? That's also not getting exercised in the example code, and I'm not sure how to exercise it.

Why don't ssh agents work through mosh? I think this should be mentioned in the wiki on Key-based SSH Auth. I looked all over for how to make it work.

Forgive me for being blind but I just reread this issue and I don't see any explanation of why ssh agents don't work, only an explanation of why caching the...

Perhaps I'm out of my league here, but wouldn't a Chrome ssh-agent app have the same problems caching the decrypted key as Mosh itself would have? Or if it was...

Let me (attempt to) answer my own question: you don't want to complicate mosh-chrome with that. I get it.

I much appreciate all your work towards this. All I was asking for was an FAQ entry since I'd spent so long trying to figure out how to make it...

Your PR looks like it was released in chrome-ssh-agent v0.0.17 on November 2, 2018. Is there (or should there be) a FAQ on how to enable this in mosh-chrome? Or...

Note that I do not have the `dateutil` module installed.

This change seems to resolve the issue, though I'm not sure it's the right way to fix it: ``` diff --git a/pyhocon/converter.py b/pyhocon/converter.py index 52f38cf..c84a6e0 100644 --- a/pyhocon/converter.py +++ b/pyhocon/converter.py...