LaZoRBear

Results 4 comments of LaZoRBear

just write `except wikipedia.DisambiguationError as e:` The way you write it, it calls the function instead of referencing the error code I believe.

To correct the issue(at least for French from my testing) I answered here : https://github.com/goldsmith/Wikipedia/issues/244#issuecomment-858623600 Basically, edit wikipedia.py like this: > So I updated this line on my wikipedia.py file...

There is a quick fix that I tested with french, that seemed to work great. The main problem is that in the handling of the disambiguation, the code returns the...

I've found pretty much all I'm looking for in the ```GridGeneratorExtension.cs``` from line 35 to 101. All I need is to come up with the unpacking logic of the wildcard...