Free self-hosted desktop app: https://github.com/athensresearch/athens/releases; Try the demo at https://athensresearch.github.io/athens; Docs viewable at https://athensresearch.github.io/docs/
-
Updated
Jul 6, 2022 - Clojure
results_countis used to build a nice progress bar but sometimes calculating the number of records is a computationally-expensive task (for example, multi gigabyte.mboxfiles). When we run a job in the background, we probably don't want the speed penalty that comes from calculating this number.We should be able to pass
Runnera configuration option to skip calling this method. If the j