Results 130 comments of Dustin Sallings

There's a preliminary build at https://hub.docker.com/repository/docker/dustin/gopro -- it's kind of large and probably not super convenient to use, but this isn't really how I work, so I'm not entirely sure...

Neat. I don't use docker, but it's great that people can benefit from this (and tell me and others how to use it). (Also, reminding me to go grab my...

> ```shell > docker run --interactive --volume $PWD:/usr/lib/gopro dustin/gopro:master gopro auth > > docker run --interactive --volume $PWD:/usr/lib/gopro dustin/gopro:master gopro backuplocalall /usr/lib/gopro > ``` I think you'd need a `sync`...

This should probably have been closed, but it's more supported now. Some of the commands above may need to change, but effectively `docker run dustin/gopro` should do the right thing....

This particular tool was primarily created to give me a bit of assurance that I won't lose data if something happens to GoPro cloud, so most of the tooling is...

I don't think there's anything to do in this project for this. Integrations have gotten easier and there's a FUSE filesystem to access all of your media without having to...

Do you mean an HTTP or SOCKS proxy?

It should. How are you connected? I just tried this with mqtt-watch and it seemed to work OK: ``` $ mqtt-watch -v -u mqtt://mqtt home/ping/8.8.8.8/latest Connecting to mqtt://mqtt Properties: [PropTopicAliasMaximum...

Oh, I see. mqtt-watch *itself* has that logic, not the library. I'm not completely sure how that would work. For mqtt-watch, it's got the the full list of expected subscriptions...

This sounds like what the [mqtt-watch](https://github.com/dustin/mqtt-hs/blob/master/app/mqtt-watch/Main.hs#L100) callback does. For each inbound message, the message is sent to a tchan where it can be picked up by a thread that logs...