Austin Drummond
Austin Drummond
I've used an [omnibus installer](https://github.com/chef/omnibus) before and it's a joy to deploy versions with. I've not actually gone through the process of integrating a project with this, but it seems...
@dimohamdy This has to be done inside the Pods Xcode project. See [here](https://github.com/jgh-/VideoCore/issues/224#issuecomment-230529361)
I had the same thought for number 3! 👍 I like the list.
There will be a merge conflict after #9 is merged. I will resolve it after #9 is merged.
It looks like you're defining the platforms array twice. It should be something like this: ``` { "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "platforms": [...
@rab523 I would also recommend deleting your app (and the generate another) from the Nest Developer site if the clientId, clientSecrect and code posted above are their real values. This...
Awesome! Glad to hear it worked.
[This](https://github.com/git-ftp/git-ftp/blob/master/man/git-ftp.1.md#syncing-untracked-files) might be of some help.
In the documentation, there is an option for --key. This is used to specify the path to the private key. I'm not 100% about this, but you may need to...
In my experience, you need the `--insecure` flag if you omit the public key. Below is an example of how I've used it on a Mac ``` git ftp push...