Juyeong Lee
Results
3
issues of
Juyeong Lee
Change range `0 ~ 10` to `-10 ~ 10` and progress is `0`, then thumb position should be updated
Issue https://github.com/AnderWeb/discreteSeekBar/issues/85 The thumb position should be updated if progress is not changed
there is an infinite loop here is an example ``` ruby require 'timeout' error_count = 0 20.times do begin arr = [ { k: 'a', w: 5 }, { k:...