Currently our validators won't detect a collision in OSSD if there are differences in case (eg, for addresses) or a trailing slash on a GitHub url. For now, let's use a transformation to convert everything in OSSD to lower case and remove slashes. While we're at it, a utility to sort a collection would be nice!
What is it?
Currently our validators won't detect a collision in OSSD if there are differences in case (eg, for addresses) or a trailing slash on a GitHub url. For now, let's use a transformation to convert everything in OSSD to lower case and remove slashes. While we're at it, a utility to sort a collection would be nice!