Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmitrygr
551 days ago
Why not just change the ā%s.%uā to ā%s.%010uā and no code changes?
2 comments
consp
551 days ago
You just created a fix up to a large, but arbitrary, number just pushing the problem down the road instead of fixing it.
link
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...
link
dmitrygr
551 days ago
Yes, TFA says the issue is because "12345" sorts before "9888"
My solution avoids that.
link