xyfir

Results 60 comments of xyfir

@RobRoseKnows How far along are you? Could you share what you've got so far? For now, I'm using the following, just so TypeScript will quit complaining: ```ts declare module 'wtf_wikipedia'...

Great! I'll plug it into my project and see if I discover any issues with it. Also that link doesn't work (thanks to the capital W): https://github.com/RobRoseKnows/DefinitelyTyped/tree/master/types/wtf_wikipedia Edit: Found a...

@RobRoseKnows Ah, my bad. I somehow missed `indentation()`. I can't figure out the pull request, seems to only let me merge with the original repo and not yours. Maybe you...

Hmm. I think the only overloaded function I added was `fetch()`. You could use ` | ` for the `titles` and the return but that starts to be a pain...

@RobRoseKnows Any update on this? Is there anything I can do to help? I ended up removing the overloaded `fetch()` from my own copy of the types as it was...

@spencermountain Great! A quick test on my end and the types seem to be working. As for the error, I don't think that has anything to do with the TS...

Is anyone making progress on this? Does anyone have any incomplete definitions we could start off with?

Okay, I'm posting the types here: https://gist.github.com/MrXyfir/4aa70bf1d304aac80d1813de45c3f78e It was quickly scraped together from the public documentation so I can't attest to its completeness or accuracy. I've decided not to use...

Hey, unfortunately I've stopped maintaining Accownt and it hasn't been updated in a few years. That being said, the audit step was not necessary. I think essentially what it's doing...