Carlos Solís csolisr · he/him
csolisr pushed to main at csolisr/public-scripts 2025-02-10 21:26:47 +00:00
49f72dc86b fix: Correct the typing of the comparison from integer to string
csolisr pushed to main at csolisr/public-scripts 2025-02-10 20:47:49 +00:00
6de5f4674f feat: Speed things up a bit
csolisr pushed to main at csolisr/public-scripts 2025-02-10 20:43:50 +00:00
c2f3ea7acf fix: Correct some typos and unneeded comparisons
csolisr pushed to main at csolisr/public-scripts 2025-02-10 20:28:28 +00:00
bbc5bc6f33 fix: Correct the loop behavior yet again
csolisr pushed to main at csolisr/public-scripts 2025-02-10 18:37:22 +00:00
5057478a6f fix: Correct the loop condition and the final clearance
csolisr pushed to main at csolisr/public-scripts 2025-02-10 18:04:13 +00:00
28b706af4e fix: Correct the lockfiles, again
csolisr pushed to main at csolisr/public-scripts 2025-02-10 17:49:41 +00:00
370305bf3b fix: Parameterize the database engine, remove more unneeded parallelism that could cause crashes on the database
aa9178c59a fix: Make the last pair of loops more efficient, add a cleaner for duplicate workerqueue jobs
b72f86f44f chore: Apply shfmt/shellcheck suggestions
Compare 3 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-10 15:55:42 +00:00
d0cbbecff8 fix: Correct the query for dbcount to be the same as the runtime one
csolisr pushed to main at csolisr/public-scripts 2025-02-10 15:44:33 +00:00
05c53d0a2a chore: Add the actual README
a031ea75b7 fix: Add missing deletion of AP and Diaspora contacts
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-10 15:15:56 +00:00
64442a97b3 fix: Improve the parsing of animated WebP files in case they're erased before testing
csolisr pushed to main at csolisr/public-scripts 2025-02-10 04:51:51 +00:00
4414225297 feat: Reset auto-increments
csolisr pushed to main at csolisr/public-scripts 2025-02-10 04:37:36 +00:00
bd24d3c3a6 chore: Include shfmt/shellcheck suggestions
csolisr pushed to main at csolisr/public-scripts 2025-02-10 04:35:58 +00:00
224c897b7d fix: Remove parallelism of some functions as they kept exceeding the number of threads available
8fb20a1d60 fix: Reset auto-increments after deleting fields
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-10 03:26:36 +00:00
0ac788c882 feat: Add parameter to reserve intensive optimizations
d989d762f1 fix: Correct loop behavior, add parameter to reserve intensive optimizations
Compare 2 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-10 00:32:24 +00:00
4924cd7933 fix: Correct issues with the loop
csolisr pushed to main at csolisr/public-scripts 2025-02-10 00:07:36 +00:00
69d1f07f84 fix: Improve the lockfile
csolisr pushed to main at csolisr/public-scripts 2025-02-09 23:30:01 +00:00
89d876a1fa fix: Add thread parallelism, optimize certain fetches even further
csolisr pushed to main at csolisr/public-scripts 2025-02-09 02:31:19 +00:00
1ee6c0dfad feat: Greatly optimize loop, add benchmarks, correct printing
303ef0be9f feat: Optimize loop
7456eb97a1 fix: Correct permissions and frame amount counter
Compare 3 commits »
csolisr pushed to main at csolisr/public-scripts 2025-02-07 19:11:14 +00:00
f6503dbe78 fix: Correct order of comparisons, simplify line clearance
csolisr pushed to main at csolisr/public-scripts 2025-02-07 19:00:56 +00:00
f819f63559 chore: Apply shellcheck/shfmt suggestions