I added the all-lowercase version of a username to cfg.toml, but it failed to recognize them as a reviewer because their username had a different case definition. Would it be possible for homu to test usernames case insensitively for equality? I believe github already does so as well.
I added the all-lowercase version of a username to
cfg.toml
, but it failed to recognize them as a reviewer because their username had a different case definition. Would it be possible for homu to test usernames case insensitively for equality? I believe github already does so as well.