Hunter
Hunter
I found this bug when working with Enums. It looks like this is all that is needed to fix it, but I only looked at *scanner.rs* so I might have...
I ran into a bug where if a hyphenated word is split at the hyphen an extra hypen is inserted. I've attached screenshots Extra hyphen:  Normal text:  This...
https://github.com/corona10/goimagehash/blob/d8115886f3603fc5951521bf095d0c1ee73b9b47/transforms/pixels.go#L22 https://github.com/corona10/goimagehash/blob/d8115886f3603fc5951521bf095d0c1ee73b9b47/transforms/pixels.go#L49 I think the divisor for the blue byte should be 257 as well.