Bruno Martin
Bruno Martin
Hello, I don't know if it's relevant but I use anki-connect in this (modest) userscript : https://github.com/brumar/anki-monkey
I just read this http://stackoverflow.com/questions/28583565/str-object-has-no-attribute-decode-python-3-error. If I understood well, with python 3 every string is by default UTF-8. Can you try with python 2.7 ? That being said, it's indeed...
Instead of bumping, guys, could you try to be helpful and answer my question ? Worth to be noted : As you may suspect, this repository has gone staled. Check...
I just tried and failed. There is a removeChild method in `xmind/core/__init__.py` but each time I try to use it, `xml.dom.NotFoundErr` is raised. Good luck, keep us posted if you...
Oh, ok. With 67 forks at the moment, maybe someone managed to solve this problem. But that may be painful to look for it.
I am +1 this. For crazy people using [pyodide](https://pyodide.org/), projects depending on this library (or this library itself) can't be installed if no wheels can be found.
Hello @gquemener, I forked wiwifone project, but sadly got not enough time to publish it (and eventually send pull request). Here is my critical functions, adapted from @wiwofone work. ```...
I gave you messy explanations, please accept my sincere apologies. I like your comparison. In your example, the loops are not well placed. I think this is the reasons why...
Cool. Few comments : (1)why ``` php $newInterval = calcInterval($n, $oldFactor, $oldInterval); $newFactor = calcNewFactor($oldFactor, $q); ``` and not ``` php $newFactor = calcNewFactor($oldFactor, $q); $newInterval = calcInterval($n, $newFactor ,...
(1) Oh indeed. Sorry. Concerning the updating process, maybe we are not on the same page. According to me, aside the backtracking of EF, the idea of the main process...