Jaime Pillora

Results 47 issues of Jaime Pillora

Streaming text data (Event-source) is a perfect candidate for gzip. It would be awesome if this module supported gzip. It can be enabled by default safely: * Announce gzip support...

Currently, this will result in 2 set-cookie headers. One in `Headers` and one in `Cookies`. ```go http.SetCookie(w, &http.Cookie{ Name: "foo", Value: "bar", }) ``` Without this fix, the included test...

Docs https://github.com/jpillora/xdomain S3 Demo http://jpillora.com/xdomain/

Just an idea, though for example: ``` $ ssh tron.jpillora.com ``` [Further reading](https://blog.gopheracademy.com/go-and-ssh/)

The login process is now broken. Hopefully it's just the login to fix, and the rest of the functionality still works!

Some features, like JSON config, would be nice to do a double sweep - first sweep to grab the JSON file path, use the file to define opts defaults, then...

Getting a reference error in chrome, Line 355: ``` if (!JDROPVIEW) { ``` Should be: ``` if (!window.JDROPVIEW) { ```

See https://github.com/jpillora/ssh-tron and cool project by the way

enhancement