Guilherme Gonçalves

Results 35 comments of Guilherme Gonçalves

I think not all {{ cn }} on Wikipedia will have a date, necessarily, but many definitely do, so I think we can worry about that later. For a random...

I think I have this working: in my local dev environment, snippets that are older than 4 years on English Wikipedia now get a new blue notice button that displays...

This is now live for enwiki: https://citationhunt.toolforge.org/en?id=c0261a01. Leaving this open until I figure out if/how to do this across all languages.

Hey Elan, thanks! This sounds like a good feature and it will be awesome if you get a chance to contribute :) Your first step should probably be the [CONTRIBUTING.md](https://github.com/eggpi/citationhunt/blob/master/CONTRIBUTING.md)...

#142 might require us to reconsider this: this issue is based on the assumption that the user always means to create a _new_ PSID, whereas #142 is about a reasonable...

Hey, thanks for the idea! Would you happen to have some documentation or more information about that prototype? By the way, I'll be at Wikimania starting on Friday, we can...

Another interesting case: for ruwiki, the expansion of `{{ fact }}` contains the number of days since the template was added to the page. This means that if we naively...

Hi @mvolz! I know absolutely nothing about VE, so let's see if I understand your ideas... > This could be done by open VE with a GET arg, and then...

For what it's worth, I wrote [this code](https://github.com/eggpi/citationhunt/blob/344b38100b89abf67124a6904a65cf2bc0c10cc0/snippet_parser/core.py#L394-L439) for grouping the nodes into list items a while ago. I haven't got around to merging that yet on my own project,...

> I think a better idea is passing a callback function to parse that takes a template name and returns either its wikitext contents or None if the template is...