Ahuigo
Ahuigo
**Describe the bug** Debug wasm within Vscode will throw this error: ``` Debugger session started. Debugger session ended error: Uncaught TypeError: WebAssembly.compile(): Argument 0 must be a buffer source ```...
**Is your feature request related to a problem? Please describe.** I can't edit URL source in readonly editor.  Since I cannot edit the code of the URL locally, I...
For https://github.com/denoland/vscode_deno/issues/661 This new new option `codeLens.testEnvs` is used to custom environment variables for **deno test**
When I use osmosis to upload xml to postgre db. There is an error as the title described : ``` $ osmosis --read-xml file=tmp/tmp_upload_934962040 --write-apidb database=my_db host=mydb.com:5432 user=pguser password= validateSchemaVersion=no...
``` $ cd $GOPATH/src/github.com/yurishkuro/opentracing-tutorial/go $ make install ...... /home/hzy/go/pkg/mod/github.com/golang/[email protected]/gps/constraint.go:103:21: cannot use sv (type *semver.Version) as type semver.Version in field value /home/hzy/go/pkg/mod/github.com/golang/[email protected]/gps/constraint.go:122:16: invalid type assertion: c.(semver.Version) (non-interface type *semver.Constraints on left)...
I've extracted curl code from my previous PR(https://github.com/go-resty/resty/pull/734). Could you review this code? ## New feature: generate curl command Example: https://github.com/ahuigo/resty/blob/curl/v2/examples/debug_curl_test.go ``` var curlCmdExecuted string client := resty.New() _, err...