François D.
François D.
Jsonapi spec has changed and it is difficult to follow it. You should wait for a stable version. Our implementation is not fully compatible and need to be modified/refactored. I...
Same problem here with keepassxc 2.5.2. It is due to an entry with json. My password or my Notes contain something like that : > '{"http-basic":{"repo.packagist.com":{"username":"fdsf","password":"ffsfdsf"}}}' Is there a workaround...
> Don't store json in the notes. Put it in a text atrachment. Thanks for your answer. It could be an answer but I am using "keepassxc" with [chezmoi](https://github.com/twpayne/chezmoi) and...
@kidk It should be ok for me. Did you have some time to work on this feature ?
We could add : ``` [push] default = current ``` This article is good : http://www.git-attitude.fr/2013/04/03/configuration-git/
It seems you should replace : https://github.com/FaustXVI/poche-to-calibre/blob/master/pocheToCalibre.py#L62 by : ``` articles_number = int(re.findall(r'\d+', div.contents[0])[0]) ``` I am using my own version of wallabag recipe so I don't propose a PR.