Ian Danforth

Results 13 comments of Ian Danforth

I've dug into this a bit and at a high level is seems that Anki 2.1.4+ has broken this add-on. Downgrading to 2.1.35 resolved this error for me.

If the labels can only be 1 or 0, one of the costs will always be 0. -0 * anything = 0 Or 1-1 * anything = 0

@SendToSpace You're correct. The - sign got moved inside the parens in the equation just above the code as well.

You should get a tapsterbot! https://github.com/hugs/tapsterbot

If you want to assign this to me I'll be working on it.

Fascinating bug. See https://bugs.python.org/issue10981. - I had removed `--detect` as a valid argument (that's all this version of run.py does) - Argparse supports *abbreviations* for long arguments, see: https://docs.python.org/2.7/library/argparse.html#argument-abbreviations-prefix-matching -...

@breznak Thank you for reporting these issues __Duplicate java files__ Agree, will remove __Common py2 files__ There is certainly redundancy here. The current setup prioritizes consistency of the `detectors/` directory...

@idavidson12 index.html uses absolute URLs. I had to remove the leading `/` from the favicon href and the script src.

@supnate FYI my usecase here was to deploy to a github pages site. I had to move to HashHistory over BrowserHistory to get things working there as well as modify...