Jon Edvardsson
Jon Edvardsson
I'm having trouble verifying the signature of the 1.5.11 build. ```bash gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D8B19A29317E92E470D7CD67021E03CADDA53977 FABIO_URL=https://github.com/fabiolb/fabio/releases/download FABIO_GO_VERSION=1.5.11-go1.11.5 FABIO_VERSION=${FABIO_GO_VERSION%-*} # Strip -go suffix curl -LO ${FABIO_URL}/v${FABIO_VERSION}/fabio-${FABIO_GO_VERSION}-linux_amd64 curl -LO ${FABIO_URL}/v${FABIO_VERSION}/fabio-${FABIO_GO_VERSION}.sha256 curl...
Hi, I appreciate all you work on this project. Thank you. What do you think about generating abstract builder classes (similar to AutoValue). This would allow for greater flexibility to...
I suggest to add an operator similar to envsubst to explicitly invoke the new string interpolation feature on a value. For example, ```yaml color: green fruit: '\(color) apple' ``` ```bash...