JustAnotherArchivist

Results 394 comments of JustAnotherArchivist

Thank you for your attempt at this! The lack of documentation is definitely a major issue, so I do appreciate this! One thing that immediately sticks out for me is...

And @TheTechRobo's comment is correct. #6 is about high-level documentation of the existing scrapers, what they target, returned item fields, etc., while #7 is about the usage of snscrape from...

Yeah, I have little experience with Sphinx myself as well. Incidentally, that's part of why I put off working on the docs for such a long time. But I'm sure...

@lahdjirayhan The version is only updated when you run `pip` because it's stored in the `egg-info`. Try rerunning `pip install -e .` (no `uninstall` needed) and then checking again. I...

Also, apologies, I didn't notice that you marked this as ready for review. I'll take a look soon!

> Inital version is 0, so the first time migration will be from 0 to 1. Right, but as I understand it, the example builds on the previous example where...

Interesting failures. The `test_sync_noflush_novote` one seems timing-related, so I guess I'll need to increase the timeouts to make it less sensitive. And apparently `math.ceil` returns a `float` on Python 2,...

Alright, I blame the Travis environment. I'm unable to reproduce it on either 2.7 or 3.6 on my machine. Multiple runs always complete successfully. And everything passed on AppVeyor as...

So everything except 3.5 passed on both Travis and AppVeyor, and I still can't reproduce that failure. I'm also not sure what could cause a timing issue with the current...

I finally had some time to benchmark this, and it doesn't look good. With flushing disabled, I managed 14k RPS on my test machine (with a request size of 10...