Jaime Pillora

Results 313 comments of Jaime Pillora

So you basically want to create a ssh server running your own shell? You just need to read/write to [`connection`](https://gist.github.com/jpillora/b480fde82bff51a06238#file-sshd-go-L113), terminals understand [ansi VT100 codes](http://wiki.bash-hackers.org/scripting/terminalcodes). Since bash (and all shells)...

``` # cd .; git clone https://github.com/davecgh/go-spew /home/runner/workspace/src/github.com/davecgh/go-spew Cloning into '/home/runner/workspace/src/github.com/davecgh/go-spew'... error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received. ``` Strange...

Ah yes, just remembered https://github.com/tj/go-dropbox/issues/2. So maybe the higher-level `UploadSession()` should go in `go-dropy`?

Striped out high-level `UploadSession()` method, moved to go-dropy, see jpillora/go-dropy@5eee26d - Will PR it over there once this lands.

Adding new test with manually managed session upload...

Semaphore seems to be a bit buggy, https://semaphoreci.com/tj/go-dropbox/branches/pull-request-18/builds/4 also failed strangely

I'll sync with upstream again once #17 tests are fixed

I didn't write the `cloudfront` task though it's not a grunt multi-task so it's not possible atm

You should be able to just change your file matcher and include HTML files at the end On Fri, 20 Nov 2015 at 8:58 AM Chet Corcos [email protected] wrote: >...

sure, do you know if this version of dnsmasq is fully backward compatible? On Thu, 20 Aug 2020 at 18:16, Ivan Kurnosov wrote: > The last image was built 2...