Jeremy Shute
Jeremy Shute
At least on Mac OS X 10.12.3, gokrazy sudo -E $(which gokr-packer) -overwrite=/dev/disk2 github.com/gokrazy/hello 2017/03/25 13:53:04 packer.go:222: installing [github.com/gokrazy/hello] 2017/03/25 13:53:08 packer.go:123: partitioning /dev/disk2 2017/03/25 13:53:08 parttable.go:82: device holds 7861174272...
This is a common technique. If you SSH into an instance you can see for yourself, ROLE=$(curl --silent http://169.254.169.254/latest/meta-data/iam/security-credentials/) curl --silent http://169.254.169.254/latest/meta-data/iam/security-credentials/$ROLE I did not add support for finding the...
I attempted to add the dependencies documented in README.md this morning: https://github.com/tokio-rs/prost#using-prost-in-a-no_std-crate ...but got the following: ```shell cargo build Compiling bytes v0.5.6 error[E0463]: can't find crate for `std` --> /Users/shutej/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-0.5.6/src/lib.rs:82:1...
I am trying to do something akin to `./node_modules/.bin/pouchdb-server --level-backend sqldown --level-prefix "$DATABASE_URL"` where ```bash DATABASE_URL=postgres://username:password@localhost:5432/databasename ``` Fauxton does not work... ```(node:46947) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error:...