Results 6 comments of Viacheslav Zhivetyev

https://github.com/dgiese/dustcloud/issues/213#issuecomment-483629519

I've done more tests today and this needs work. I will come up with updates a bit later.

I've implemented changes aimed at minimizing the probability of false positive detections. While the original detection logic remains intact, I've adjusted it to utilize multiplication of 'I' terms rather than...

This way the code should be a lot easier to read and understand. Also fixed trigger/untrigger behaviour.

It seems the linter is not happy about the code in master: ```log error: field `commit` is never read Error: --> ui\src\util.rs:235:37 | 235 | Release { version: Version, commit:...