Results 4 issues of Robert Mills

Added a poster to the show header on the show display page. Before: ![sb-before](https://cloud.githubusercontent.com/assets/1240778/4512083/44c966dc-4b3c-11e4-84cc-5551809c6561.png) After: ![sb-after](https://cloud.githubusercontent.com/assets/1240778/4512084/477858c0-4b3c-11e4-8446-8f5cbc868c92.png)

I'm trying to connect to older devices which only accept ssh-rsa algorithms. If I specify ssh -oHostKeyAlgorithms=+ssh-rsa in my terminal, then I can connect. How can I specify the same...

**Describe the bug** If I start a spinner and something exits out (like a os.Exit() or log.Fatal() ), then the input in the terminal is hidden. The only way to...

I've been using the lipgloss table module, but I like some of the options this one provides. But I don't see how to easily style every other row. Before, I...

enhancement