Justin Thomas

Results 45 comments of Justin Thomas

@peteringram0 No luck yet. I've built around `EventSource` in JavaScript for now. I'd like to move that to the WASM module when I can, though.

@Philipp-Sc for authentication, I went the route of having the server send a UUID on connection setup that the client then uses to authenticate the stream via a separate POST...

@jay0lee it doesn't seem like your first point is accurate. Fish requires the use of `psub`: ``` bash (curl -s -S -L https://gam-shortn.appspot.com/gam-install | psub) ``` Attempting to use the...

Thanks @taers232c - I think I'm set. GAM installed okay for me using that adjusted command.

It's a `fish`-specific mechanism for process substitution: https://fishshell.com/docs/current/cmds/psub.html As shells go, `fish` is pretty unique. I'm still getting used to it myself and trying to decide if the peculiarities are...