Claudio Maccari
Claudio Maccari
Hi, First I want to thank you very much for this awesome tutoral. The quality of this material is great! I've noticed that in the lesson 12-navigating the package.json file...
The current url doesn't work support public download git clone [email protected]:start-react/ani-theme-meteor-react.git Cloning into 'ani-theme-meteor-react'... Permission denied (publickey). fatal: Could not read from remote repository.
Hi, I'm trying to run this code ``` import { autoDetectClient, readAllItems, Reflector} from "https://deno.land/x/[email protected]/mod.ts"; import { CoreV1Api } from 'https://deno.land/x/kubernetes_apis/builtin/core@v1/mod.ts'; const client = await autoDetectClient(); const coreApi = new...