modulecounts
modulecounts copied to clipboard
Julia module count doesn't work, here's file for new count
I.e. length of this file minus 13 (lines): https://github.com/JuliaRegistries/General/blob/master/Registry.toml
I see some code, but probably not the right code to fix: https://github.com/edebill/modulecounts/blob/master/db/migrate/20190623190616_julia_pagination.rb
It is also visible as a numeric value on this page: https://juliahub.com/ui/Packages
It's easy to fix the module count for Julia (I might make a PR), but "0/day" is misleading as it is, as it's far from right, so if not fixing it, can it at least be dropped until the numbers are maintained.
I would like to have Julia in the list though... for awareness, I hesitate to suggest just dropping the line fully.
This is the code to get the count + 13 (only need to pipe into something to subtract 13, or do in Ruby?): $ wget -O - -q https://raw.githubusercontent.com/JuliaRegistries/General/master/Registry.toml |wc -l
Bump.
I don't know too much Ruby or where to put the code in the Repo, but have the code to get the count:
ruby -e "output = `wget -qO- https://raw.githubusercontent.com/JuliaRegistries/General/master/Registry.toml |wc -l`
puts output - 13"
9301
Bump. In case anyone wants to help.
We're up to 10,000 Julia packages.
Bump. If you or anyone can't add the auto-updated number, could you add a fixed "over 10,000" for Julia?
It would be great to add the Julia package count (and I noticed the website seems to be down at the moment).
We're up to 11035 Julia packages (thereof 9586 pure Julia, i.e. non-JLL packages; JLL packages are for binary dependencies).