larryhastings

Results 39 comments of larryhastings

I genuinely wish you the best of luck! I'd love to get contributors to correlate. It's as simple as I could make it while keeping it performant and less-memory-intensive... which,...

Also, I can't imagine a normalization approach that would make it viable to have a one-size-fits-all minimum score. Consider: one correlation might be between two perfectly-matched corpuses, where there are...

Consider two possible matches, which I am making up out of whole cloth right now. Assume that these are only two matches out of six hundred. In match alpha, value...

Yeah, Appeal should catch that error. It does report missing parameters in other contexts but I guess I missed one. Please provide a sample script that produces this specific error...

Gotcha. I'll add a test for that. That said, all the code examples in the README _do_ get tested--automatically, by `tests/run_tests.py`. It parses the README, pulls out the test code,...

Thank you Lars for your thorough reply. While I agree that this isn't a release blocker, as it was clearly designed to behave this way... it seems to me that...

Argument Clinic currently prevents the "impl" function from ever seeing the "args" tuple or the "kwargs" dict. There should be a way to ask it to pass those values in...

So, let's think about this for a minute. What's the API that we \*want* here? If your function has the signature (a, b, c=20, \*args) and you call it with...

I spent some time investigating this. tl;dr: you can ignore it, and it would probably be better if the tool didn't print the error message. First of all, the slash...

Also see https://github.com/xtream1101/humblebundle-downloader/issues/49 for context about the user experience.