Fern

Results 4 issues of Fern

Followed the guide [here](https://cloud.google.com/solutions/continuous-delivery-jenkins-kubernetes-engine) exactly, and I'm getting a 403 when Jenkins tries to upload the image to GCR using the command: `gcloud builds submit -t ${IMAGE_TAG} .` Getting: `ERROR:...

Realized after installing on a clean raspbian image that the instructions don't include the installation of speedtest-cli. A quick installation via pip, even on runtime, fixed it.

Hi! First of all, great project! I think it's a snapshot of the future of DBMS offerings. Re Docker: It feels I only spin up the server side, and not...

When running the last item: ``` // The song's details will be in the response body. songs.songs.songId('3').get(); ``` When executing "Let's access a particular song:" I get a 404 error:...