Andrew Nelson
Andrew Nelson
Currently, InfluxDBClient.close only works for http connections. The function explicitly skips closing the udp_socket member. UDP connections may not cost the system anything but leaving any sort of socket open...
Gerrit sends web_links back in its response by default. But since the struct type in the gerrit package doesn't have this, we end up just ignoring it. This change explicitly...
I would really like to be able to track the number of requests that are currently in flight for my application. To do this, I could of course create my...
currently you'll get an error when you try to read from a file which was opened using a mode like O_RDONLY | O_CREATE, because the check for "is this file...
Hey folks, is it possible for the docker-socket-proxy to mutate requests as it proxies them? I'm hoping that I can mutate requests to create containers by adding an additional container...
Is there a way to get a list of a Node's children? Alternatively is it possible to get a list of which attributes of a Node are actually valid? I'm...
### What happened? Go to a dashboard whose time range is explicitly set to UTC and which is set to view an absolute timerange Copy time range to clipboard. Clipboard...
It looks like there's some interaction between failsafehttp.NewRoundTripper, hedgepolicy.HedgePolicy, and failsafehttp.RetryPolicy that causes the context associated with a successful request to be canceled prematurely. This makes it impossible to read...
I think the cruise control lesson might have gone missing. I see the source code is still present https://github.com/janismac/ControlChallenges/blob/gh-pages/js/levels/CruiseControl2.js but I don't see it in the "Select a Level menu"...