Hunter

Results 3 issues of 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: ![2023-10-31-114935_344x91_scrot](https://github.com/robertknight/tex-linebreak/assets/28681177/06a3b837-ebf4-49de-b069-66b638bce533) Normal text: ![2023-10-31-114948_336x86_scrot](https://github.com/robertknight/tex-linebreak/assets/28681177/035ce68d-4ee0-4c76-9411-b1f2e9c0ea22) 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.