Ivor Scott Cummings
Ivor Scott Cummings
LGTM. Can we merge this?
This didn't work for me.
Try this Dockerfile. 1. Even number releases are more stable. 8, 10, etc. While v10 is that latest it may not always be the best, it always depends. Later versions...
https://docs.amplify.aws/lib/auth/advanced/q/platform/js#federate-with-auth0 auth0-spa hides the idToken. get it with: ``` const claims = await auth0Client.getIdTokenClaims(); const idToken = claims.__raw; ```
# 1.19, 1.22 Changes to Ingress **Starting in version 1.19 (released Aug 2020), ingress has [changed](https://kubernetes.io/docs/concepts/services-networking/ingress).** Please update your apiVersion to `networking.k8s.io/v1` for all ingress resources. The _apiVersion_ `networking.k8s.io/v1beta1` is...
# Docker Machine is deprecated **Docker has stopped support for docker machine**, which was used to create VMs with docker pre-installed. The last release from 2019 is archived on [github](https://github.com/docker/machine/releases/tag/v0.16.2)....
I'm migrating a Node backend to Golang sometime this year. This is the main reason I'm blogging about it actually. I recommend you take [Bret's Docker for Node.js course](https://www.udemy.com/course/docker-mastery-for-nodejs). He...
@leggettc18 No. Sorry for the late reply. There can be an issue with mounting `node_modules` from your host machine into the container. Here's the thing, some `node modules` are built...
This addon allows us to specify the d3 version. So a module list may change depending on the version. We are better off just curling the raw package.json from the...