Open taikedz opened 1 month ago
Hi! Ziglist is updated periodically per this cron: https://github.com/pixqc/ziglist/blob/master/src/server.jsx#L721
I'm a bit behind on Ziglist lately, I'll close this issue when I've updated the readme. Thank you :)
Thanks :+1:
Can I confirm how Ziglist determines what to pick up? I do have a repo I am trying to put together for a small utility I hope to be useful ; it is public on Github with "zig" in the description, in the name, and recognised as implemented in Zig 100% per Github's language analysis, but is not showing on Ziglist.
If you prefer not to document this directly for spam avoidance, I do understand :+1:
https://github.com/pixqc/ziglist/blob/master/src/main.js#L615
This is the query, it searches the title, description, etc for the keyword 'zig'. I've seen two of your Zig repo, I think both of those should've been on Ziglist but it's not search-indexed properly. Let me give it a look
Yeah I saw that line - it seemed to be the only location where the search specifier is set, so I wondered whether there was a separate filtering mechanism....
Thanks :+1:
ziglist might not have been updating projects for the past month or so, I think? The fix in the code seems simple, we need to add in another date in the list of dates from which it should fetch github projects, but I'm not sure how you calculate those dates exactly.
Edit: my bad, i might be mistaken.
A meta-issue for sure
It is not clear how Ziglist is populated - is it done periodically? When the deno instance is relaunched ?
(It does look like it scours Github and Codeberg... somehow)
What are the criteria for inclusion?
Some notes on this in the README would be most welcome.
Thank you for Ziglist !