Anatolii B
Anatolii B
try this configuration string: type Config struct { MeasurePercent int `name:"measure-percent" desc:"measure target percentage" default:50` } because of the `arg` in word `target` this gets hung up in the infinite...
at one point during use of the api the rgdVoltData_or_cdData value was a float, like 594.0, so converting to int looks to have helped. by the way many thanks for...
Using jUnit I can setup the @Rule and set a variable but it does not reflect in the System.getenv("..."), it returns the old value.
curious how you guys use consistenthash.go without the Remove method. Isn't the whole beauty in the ability to make some keys unavail by removing them from the "ring" /hash value...