From 54bf3d689598c434a734d1426555b0a166641cb3 Mon Sep 17 00:00:00 2001 From: Jay Roebuck Date: Fri, 9 May 2025 12:08:54 -0400 Subject: [PATCH 1/2] remove less desired numeric sort compare --- index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.html b/index.html index fae2a7b..f78caa3 100644 --- a/index.html +++ b/index.html @@ -58,9 +58,6 @@ const compare = (key, desc = false, numeric = false) => { const aValue = a[key] || ''; const bValue = b[key] || ''; - if (numeric) { - return desc ? (bValue - aValue) : (aValue - bValue); - } if (numeric) { const aNum = parseFloat(aValue) || 0; const bNum = parseFloat(bValue) || 0; From 7b6c104f571375fb68b2421ff9dcbeaa5fb4da03 Mon Sep 17 00:00:00 2001 From: Jay Roebuck Date: Fri, 9 May 2025 12:18:39 -0400 Subject: [PATCH 2/2] add additional packages for testing sorting --- noarch/repodata.json | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/noarch/repodata.json b/noarch/repodata.json index 58068a3..b42d585 100644 --- a/noarch/repodata.json +++ b/noarch/repodata.json @@ -20,6 +20,57 @@ "subdir": "noarch", "timestamp": 1746187802126, "version": "25.4.1" + }, + "mappylib-24.12.1_1.conda": { + "arch": "noarch", + "build": "1", + "build_number": 1, + "depends": [ + "geodatascience >=24.12.1,<25" + ], + "license": "Unlicense", + "md5": "b7f6c9d1e4f5a7b8c6d8e4f5a7b8c6d8", + "name": "mappylib", + "platform": "noarch", + "sha256": "e28d0838214c781bd13a312edd575fba75d9df7a2b538e6dfdacae1486e11ead", + "size": 777777, + "subdir": "noarch", + "timestamp": 1746187602126, + "version": "24.12.1" + }, + "cartolib-1.0.0_6.conda": { + "arch": "noarch", + "build": "6", + "build_number": 6, + "depends": [ + "geopandas" + ], + "license": "Unlicense", + "md5": "b7f6c9d1e4f5a7b8c6d8e4f5a7b8c6d8", + "name": "cartolib", + "platform": "noarch", + "sha256": "e28d0838214c781bd13a312edd575fba75d9df7a2b538e6dfdacae1486e11ead", + "size": 3999888, + "subdir": "noarch", + "timestamp": 1746167302126, + "version": "1.0.0" + }, + "cartolib-1.0.0_0.conda": { + "arch": "noarch", + "build": "0", + "build_number": 0, + "depends": [ + "geopandas" + ], + "license": "Unlicense", + "md5": "b7f6c9d1e4f5a7b8c6d8e4f5a7b8c6d8", + "name": "cartolib", + "platform": "noarch", + "sha256": "e28d0838214c781bd13a312edd575fba75d9df7a2b538e6dfdacae1486e11ead", + "size": 3999888, + "subdir": "noarch", + "timestamp": 1746167402126, + "version": "1.0.0" } } } \ No newline at end of file