trulyliu

Results 7 issues of trulyliu

Hey, I want to enable extension support, have 2 questions. 1. How to configure ? Could you give a example? 2. The jsshell in your repo https://github.com/jensl/v8-jsshell does not compile...

**Describe the bug** A clear and concise description of what the bug is. 按照FAQ中 cloudfare pages的部署步骤, 无法完成部署。 ⚡ Completed `yarn vercel build`. ⚡ ERROR: Failed to produce a Cloudflare Pages...

error: RPC failed; result=18, HTTP code = 0 Here is the fix http://stackoverflow.com/questions/17683295/git-bash-error-rpc-failed-result-18-htp-code-200b-1kib-s https://confluence.atlassian.com/pages/viewpage.action?pageId=301663284

Is it possible to support vmess?

Client mode does not support multi server.

req, err := http.NewRequest("POST", s.url, buffer) if err != nil { return err } if s.auth != nil { req.SetBasicAuth(s.auth.Login, s.auth.Password) } req.Header.Add("Content-Type", "text/xml; charset=\"utf-8\"") req.Header.Add("SOAPAction", soapAction) req.Header.Set("User-Agent", "gowsdl/0.1") req.Close...