Tim Zubkis Searcy

Results 9 comments of Tim Zubkis Searcy

So from the docs explaining the [paramiko.client.SSHClient](http://docs.paramiko.org/en/2.4/api/client.html#paramiko.client.SSHClient) Reads ```python client = SSHClient() client.load_system_host_keys() client.connect('ssh.example.com') stdin, stdout, stderr = client.exec_command('ls -l') ``` I'm wondering if to solve this issue is it...

@remram44 yeah I see what you are saying. The pseudo files can only be read after the `exec_command` finishes which doesn't really give us an up to date stdin.

can we add simple auth from firebase or facebook so that if we switch computer or clear application memory we can still keep our progress? https://firebase.google.com/docs/auth/web/firebaseui would be a way...

`JSON.parse(localStorage.getItem('1:completedQuestions')).join(',')` can get you the values of your completed questions as a CSV string if you do above in browser console when on grind 75 page

if you copy the output of `JSON.parse(localStorage.getItem('1:completedQuestions')).join(',')` paste it into a file. then on the blank machine do `localStorage.setItem('1:completedQuestions',JSON.stringify('outputString'.split(',')))` you should be able to recover your progress. but i think...

this is happening in 7.3.3 of inquierer going to have to move off this package for this reason

@kossnocorp fixed merge conflicts. Could you re review? Edit: forced pushed to change author on commits

@kossnocorp any review?

Need any help with this? Not having up to date chart js is annoying for me because chart.js only has [this github source](https://github.com/chartjs/Chart.js/tree/v1.1.1/docs) for the source so i'm willing to...