Michael Schurter
Michael Schurter
@epsniff > Can we use expvar without automatically exposing it via HTTP? You don't have to start the HTTP server, but it does register its endpoints on the default HTTP...
+1 to embedded raft. That'd be really neat.
This is the first I've read this request and it is interesting to me Nomad doesn't really have a way to disable placements on a node _by default_ except for...
How is the datacenter workaround insufficient? https://github.com/hashicorp/nomad/issues/2299#issuecomment-459745159
Agreed this should remain open. I think another compelling use case is to actually suggest people allow Nomad servers to be clients as well. Then using this feature you could...
Just discovered subclassing `threading.local` incurs lock acquisition on every attribute access, so I think it's time to drop it altogether.
Patches welcome
Happy? :)
I've started a first attempt, but I don't have Windows handy to test it on: https://github.com/schmichael/mmstats/compare/windows-mmap#L0R43 My guess is that 2 things will definitely need fixing: - I doubt the...
Average and Moving Average fields (added in v0.3.5 and v0.5.0 respectively) store their list of values in Python and only expose single fields to readers. Issue #13 is a nice...