Mark Woan
Mark Woan
Line 719 in sqlx-runner/exec.go won't compile as the NewV4 method returns a string and an error so causes a multi value returned error: https://github.com/satori/go.uuid/blob/master/generator.go func NewV4() (UUID, error) { return...
Is it possible to allow for flags when calling ExecQuery e.g. WBEM_FLAG_RETURN_IMMEDIATELY & WBEM_FLAG_FORWARD_ONLY, as this can significantly improve query performance?
Quite often the HTTP request when "Requesting updates" hangs. It might be worth setting a time out on the http.Client: ``` timeout := time.Duration(30 * time.Second) client := &http.Client{Transport: Transport,...
Hi, Had the value shown below on the command line, then hit F7 which generated an error: ``` .\k ``` Error: ``` An exception occurred in custom key handler, see...