Hacker News new | ask | show | jobs
by andrelaszlo 551 days ago
If I understood the article correctly it caused problems when the same file was imported multiple times, or when another file with the same base name was imported.

https://gist.github.com/bssrdf/397900607028bffd0f8d223a7acdc...

1 comments

Yes, TFA says the issue is because "12345" sorts before "9888"

My solution avoids that.