Cœur

Results 653 comments of Cœur

Please test again in TSMarkdownParser 2.1.4: I've improved the compatibility with macOS 10.10 by disabling image parsing. If it still happens, then I'll need a test case.

> What are the performance implications of this change? The filenames are split on their digits part, then the sort is made on those collections: the cost is probably quite...

@segiddins I've now solved all my known test cases.

@dnkoutso Would you like to review this PR as well?

OK, I figured out something worth mentioning: **This PR solves the "integer" natural sorting, but it does not solve the "unicode" sorting.** Solving the unicode sort would most likely require...

@dnkoutso I was busy solving some edge cases, and I figured out that Xcode sorting is broken for Unicode: http://www.openradar.me/radar?id=5012044621283328 I also figured out, from https://travis-ci.org/CocoaPods/Xcodeproj/builds/533316561 that ruby 2.4 and...

@dnkoutso : ```ruby require 'benchmark' require 'securerandom' array = (1..10000).map { SecureRandom.uuid } array1 = array.dup array2 = array.dup Benchmark.bmbm do |x| x.report("downcase") { array1.sort! do |x, y|; x.downcase y.downcase;...

I just found issues in sorting symbols... so it's not ready to merge.

Yeah, and now 3.1.1.1 was released and you still haven't updated this public repository. @huangminlinux why the discrepancy?