Richard van der Dys

Results 43 comments of Richard van der Dys

Thanks for the example. I will look info this.

After looking at this again, the function seems to be doing exactly as described in the docs: https://dijs.github.io/wiki/WikiPage.html#content It parses the extracted content from sections on the page. If you...

Could you please provide an example with code and expected/actual results?

I think you are running into the issue of looking up `Special` pages in Wikipedia. I tried the same thing and it works just fine. ```js wiki() .mostViewed() .then(data =>...

Looks like this is a custom component in their MediaWiki. The source for that table is as such: ``` {{Tabs|gatto|gatti|gatta|gatte}} ``` Our internal parser should be able to handle parsing...

Sorry I have been late to reply here. It looks like this wikimedia site uses a strange form of tables. It does not follow the normal table code which the...

Unfortunately I did not write the coordinates parser, another contributor did and I have not been able to get a hold of them. So I am not an expert in...

I just came across this error today... I thought store.js was supposed to help deal with these issues... Does anyone have an idea how to handle this problem with store.js

So if this isn't the iOS bug, it must be legitimately full? Or can you think of another reason why this would be throwing... Even so, I thought store.js would...