Adam Fields
Adam Fields
I had been using Atom for the past year, and occasionally Tern would crash, but it seemed to fail and not bring down the editor; whereas Sublime straight-up freezes. Marijn...
@swvajanyatek, try changing `id_rsa.pub` to `id_rsa`. When SSHing into a server, you use the private key; the contents of the public key go into the `authorized_keys` file. You can also...
You have to create the directory on your host first, or use a different `hostPath.type`. See I'm personally experimenting with the Operator using [hostpath-provisioner](https://github.com/rimusz/hostpath-provisioner) for dynamic PV provisioning instead of...
I had to play around with it for a little bit, but after reading the README and Scott's blog post, I realized almost everything returns a promise, so control flow...
This is currently working for me: ```json { "type": "module", "devDependencies": { "@swc-jotai/react-refresh": "0.1.0", "@tsconfig/vite-react": "3.0.0", "@types/node": "20", "@types/react": "18.2", "@types/react-dom": "18.2", "@vitejs/plugin-react-swc": "3.5.0", "typescript": "5.3.3", "vite": "5.1.2" }, "overrides":...