Paul Hewlett

Results 13 comments of Paul Hewlett

I have a similar problem when installing on POP OS (which is ubuntu-derived. Tried editing /etc/vnstat.conf and restarting 'systemctl restart vnstat' and the new settings are not respected. I changed...

Ctx has the following value: ontext: context.Background.WithValue(type *http.contextKey, val ).WithValue(type *http.contextKey, val 10.244.11.160:8000).WithCancel.WithCancel.WithValue(type metadata.mdIncomingKey, val ).WithValue(type mux.contextKey, val ).WithValue(type mux.contextKey, val ).WithCancel

Note that various ctx args were tried such as context.Background() to no avail

I have reworked the code to get the Body and feed that as a Reader to io.Copy. This still gets the context canceleld error ``` resp.BlobClient = azp.containerClient.NewBlobClient(identity) resp.CountToEnd =...

thank you for your attention - this is not urgent but will require a fix if we are to move to the new azure-sdk as recommended by yourselves.

I have just had to abandon an upgrade because we copy messages. Because they now contain mutexes the copylocks check of the go vet command now fails in numerous places....

Question: proto.Clone() creates a new protobuff message from the old one. What If I do not want that? Instead I want to create a new struct that only contains the...

@puellanivis yes - I think this can only be accomplished if the generated code creates these methods as part of the struct definition...

Thank you for this - just got bitten by the same error and this has saved me a lot of time...