Adam Porter

Results 2645 comments of Adam Porter

I can't speak for the author, but assuming that he doesn't read Farsi (?), it would probably be helpful if you could reproduce this bug using English--unless the bug is...

This modified version of the `wikipedia.page()` function seems to produce decent results (note also the change to 4-space indentation): ```py def ap_page(title=None, pageid=None, auto_suggest=True, redirect=True, preload=False): # Copied from wikipedia.py,...

On the other hand, this library seems to work well as an alternative: https://github.com/barrust/mediawiki

On the other hand, this library seems to work well as an alternative: https://github.com/barrust/mediawiki

Here's another improved version of the `wikipedia.page()` function: https://github.com/goldsmith/Wikipedia/issues/227#issuecomment-712565190

On the other hand, this library seems to work well as an alternative: https://github.com/barrust/mediawiki

Hey, thanks, I do appreciate the feedback. I'm always looking for ways to improve my code, and I appreciate your taking the time to review it and give me advice....

> You could have fooled me. Your code doesn't look like it's written by a beginner. Gee, thanks. :) > I try to read a lot of code -- both...

> It sounds like something that I would enjoy doing. Unfortunately, time is currently my limiting factor. My family situation doesn't allow me much spare time right now. Hopefully, it...

> I think there is something wrong in here (and in my issue #23). When we know that with every new checkbox in the configuration tab God kills a kitten,...