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.91k stars 112 forks source link

Make an error message less confusing #131

Closed haimgel closed 1 year ago

haimgel commented 1 year 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.