annahosanna
annahosanna
- posh-git version/path: 0.7.3.1 C:\tools\poshgit\dahlbyk-posh-git-9bda399\src - PowerShell version: 4.0 - git version 2.18.0.windows.1 - OS: Microsoft Windows NT 6.1.7601 Service Pack 1 Posh-git installed via Chocolatey After posh-git install Powershell...
Feature request to add support for the X-Consul-Token header to enable Consul ACL support.
Calling the .pass() method results in the Qbit Consul Client using Get rather than Put http method. See https://www.consul.io/api/agent/check.html section regarding TTL checks. File affected: AgentEndpoint.java Test case: for (ServiceHealth...
This is really an enhancement, but having the mean would be useful. As an aside The mean of a uint64 cannot be calculated by first summing all of the values...
t[len(t)/2] is the median not the mean. The mean is the sum of the values divided by the number of values.