Victor Shepelev
Victor Shepelev
```ruby Infoboxer.wiki('https://esolangs.org/w/api.php').get('Category:Implemented') # => # ``` The URL should be the base URL for the API. It can be `/w/api.php`, or just `/api.php`, or sometimes `/wiki/api.php`, so we don't try...
Yeah, that was clear once (in docs and errors), and then on one of the last big redesign, it got lost :( Sorry. I'll keep it as a reminder, yeah.
There is (kind of) answer, but you wouldn't like it :( The thing you want is called "template expansion", and Infoboxer can't do it by itself (it was meant for...
Need to think of it a bit more, then change docs and showcases... Not this time.
That problem has TON of sides, as it turned out with time. Here are some of them: 1. First and foremost, Infoboxer is not only "backend for Reality", there can...
Thank you! Yes, I think eventually caching should be in both libraries. Looking forward for you contributions.
(Removed from milestone: needs more design of document/traits interaction, not sure how to do it right, don't want to do quick-and-dirty)
Thanks for reporting! Surprisingly enough, this example uncovered the whole clusterbug of several inconsistencies: * how empty comment `` is processed * how the template-in-table is processed * how the...
> I have been building a system that parses every english Wikipedia page in order to discover links and find paths between pages. Oh, that's really interesting! Is it (or...
> Yes, I am in the process of building a website that displays the shortest path between any two specified pages. Ill post an update when I have it working....