g8up
g8up
I launch the lab server in locale , and got an error: ```js Type error: Cannot find namespace 'monaco'. TS2503 40 | editSettings: (newSettings: string) => void; 41 | openSettings:...
> deno --version deno 1.9.0 (release, x86_64-pc-windows-msvc) v8 9.1.269.5 typescript 4.2.2 Run the officail example >deno run --allow-net --config=tsconfig.json https://deno.land/x/dactyl/example/index.ts - my `tsconfig.json` ```json { "compilerOptions": { "module": "esnext", "target":...
I got an erro: > Module not found: Error: Can't resolve 'react' in 'D:\myproject\node_modules\styled-components\dist' but in my project I use preact with no react. the `styled-components` deps `react`. How to...
When run `e:\code\github\gwp\Chapter_7_Creating_Web_Services\web_service>go run server.go` got an error: ``` # command-line-arguments .\server.go:50:15: undefined: retrieve .\server.go:71:12: post.create undefined (type Post has no field or method create) .\server.go:86:15: undefined: retrieve .\server.go:109:15: undefined:...
- VS Code ``` Version: 1.74.2 (user setup) Commit: e8a3071ea4344d9d48ef8a4df2c097372b0c5161 Date: 2022-12-20T10:29:14.590Z Electron: 19.1.8 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Windows_NT x64 10.0.19042 Sandboxed: No ``` - Mongo Runner:...
> crxmake.exe dist dist.crx --key-file=dist.pem I have specify a pem file, but I found a `key.pem` in unziped crx.
fix: #1 I'm a go fresher. I checked the go API doc, and find this: https://golang.google.cn/pkg/crypto/x509/#MarshalPKCS8PrivateKey It requires `go v1.10` I have update the code. Plz help to review.