haimgel / display-switch

Turn a $30 USB switch into a full-featured multi-monitor KVM switch
https://haim.dev/posts/2020-07-28-dual-monitor-kvm/
MIT License
2.82k stars 110 forks source link

Make an error message less confusing #131

Closed haimgel closed 8 months ago

haimgel commented 8 months ago

Make an error message less confusing when an input value cannot be deserialized.

Instead of saying "invalid digit", it will specify what string exactly couldn't be parsed as an input value.

This makes #64 less of an issue.