Brad Beattie
Brad Beattie
Workaround I found. When it disappears, hit play a second time. Controls persist after that.
Note that buttons are just one example. Inline divs will also be an issue, but you can't tell whether a div will be online or not without deep inspection of...
http://www.brunildo.org/test/inline-block.html
Homarr uses https://open-meteo.com/, if that's of any use.
Note with the merging of https://github.com/jellyfin/jellyfin/pull/8842, searches trigger on tags as well, which brings this limit to light again (e.g. searching a library for `tagX` might well reveal more than...
Thanks Andy. I'm actually in the middle of rewriting the entire library to be PyPy compatible. I'll add this ballot set to the set of tests!
Which algorithm were you using? I'm aware of performance issues with SchulzeSTV and SchulzePR. If so, it's not the number of ballots that's causing the slowdown; It's the number of...
I'd far prefer not to have external dependencies if at all possible, but if you want to fork a celery branch and work on that, I have no complains. :)
Try the examples in test_functionality/test_schulze_method.py instead. I think the format was changed and the README was never updated.
I wonder if instead of breaking the queries down by delimiters, if using https://github.com/schiffma/distlib to get Levenshtein or Jaro-Winkler would be preferable. Doing so would better handle typos and misspellings....