John Souvestre
John Souvestre
I see the same on Windows 7.
I no longer see the problem on Windows 7. It seems to be working just fine even while Chrome is running.
> I think the tagged change solves the problem(s). I am seeing just one problem. [a1 a#1 a_1 aa] ==> [a1 a#1 a_1 aa] // Correct But [1 #1 _1...
Unfortunately, it seems that the fix had a side effect. ["1", " ", "0"] è [1 0] - The space is in the middle. The problem is sensitive to the...
I think that I'm still seeing a problem with a space-only string. It seems to sort first. For example: ["1", " ", "#"] results in [ 1 #] rather than...
It seems that the space character is sorted ahead of the numbers, but all of the other non-numeric characters are sorted after the numbers. This seems illogical to me. I...
First, let me apologize. I did not realize that RetireJS was a tool to find vulnerabilities. So when I saw the high score listed for it, I assumed that it...
Sounds like you have a good handle on it. I appreciate your efforts! I also appreciate you integrity . Thanks!
I’m sorry to have so much bad news. J John ``` John Souvestre - New Orleans LA ``` From: Maxim Kupriianov [mailto:[email protected]] Sent: 2015 April 21, Tue 14:14 To: xlab/handysort...
Unfortunately, something else is wrong now. []string{"#", "1"} è [# 1] Everything else looks good. Including {"a#", "a1"} which sorts correctly as [a1 a#]. John ``` John Souvestre - New...