Results 37 comments of Matt Good

Ok, I've updated the authentication based on our discussion to the following: 1. Looks for GCLOUD_OAUTH_TOKEN (usually set in ~/.hostctl) 2. Tries detecting OAuth credentials managed by "gcloud auth" 3....

Ok, renamed to GOOGLE

Thanks for reporting this. I looked back at the [Java docs](https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#store-java.io.Writer-java.lang.String-) which say: > The key and element characters #, !, =, and : are written with a preceding backslash...

Ah ok, thanks for investigating more. Yeah, if that is the standard behavior for Java I will stick to that as the default, but I'll leave this open for now...

Added an alternative implementation that uses libp2p's native streams rather than muxing over a single stream. There's some additional bookkeeping that will be needed since I think it will need...

Ok, I followed the recommendation to do the revert in a separate local branch, then apply it. However, I would also appreciate a more direct way to handle this in...

Yeah, I was trying to test out the project following the tutorial to start it locally in Docker. However, it seems that Mac now uses port 5000 for AirPlay, so...