Guilherme Gonçalves

Results 18 issues of Guilherme Gonçalves

I'd like to be able to specify an options object to be passed to the constructor of the XHR object. Specifically, I'd like to be able to pass the nonstandard...

We use one cronjob per language to regularly update our database for that language. Unfortunately, we have now hit a limit for the maximum number of jobs a single Toolforge...

In https://github.com/eggpi/citationhunt/issues/177#issuecomment-1060608976, @verdy-p proposed a really nice logo for the tool. We should look into serving that as a favicon.

At a high level, our [workflow for going through Wikipedia](https://github.com/eggpi/citationhunt/tree/master/scripts#generating-the-database-locally) to find snippets is: 1. Enumerate all articles that have a {{citation needed}} template. 2. Process each of those articles...

CH tries to incentivize the user to fix {{cn}} templates by adding a reference, but we could be doing a better job of explaining that it is OK to be...

See https://github.com/eggpi/citationhunt/issues/146#issuecomment-602800235

https://github.com/magnusmanske/petscan_rs/issues/2

It would be nice to have a quick reference of what our database looks like. The information is somewhat scattered inside scripts/README.md.

The way we estimate fixed snippets right now works well for the most part, but it has some interesting possibilities for false positives. For example, right now the database contains...

Much of our per-language [configuration](https://github.com/eggpi/citationhunt/blob/961bd20b731ab8352b503d197bcefbfb9d0d676d/config.py) can be queried from the [MediaWiki API](https://www.mediawiki.org/wiki/API:Main_page), Wikidata or MediaWiki tables. For example, PR #41 has ideas for how to determine the category for hidden...