Linekio
Linekio
I also get empty files in odoo.sh, writing in /tmp/odoo/backups. So I created an ir.cron with this code: ``` io = model.get_io() # I added a method to get the...
Another thing: I think it's better to get the date from the file name, rather than with os.stat. Because recently I moved all backups to another folder, which changed st_ctime....
Same with sympy : ``` from sympy import Array az = Array(range(10)) for a in az[::2]: pass ``` Result: ``` me@me-HP ~ $ pylint --version pylint 2.3.1 astroid 2.2.2 Python...
I have the same issue, seems node-rtorrent does not support basic auth. https://github.com/tympanix/node-rtorrent/blob/master/index.js
I have already tried without success to obtain authorization from familysearch for this app.
Familysearch added an anti-bot detector, I don't currently have a solution. I don't think sleeping between requests is a solution.
However, after getting the error "Invalid auth request", it worked again for me after a few hours of waiting.
Hello, You can download siblings with the `-d` option. For example, `-a 2` will download my grandfather, then `-d 1` will download his children (so my uncles and aunts) since...
Hello, thanks for the PR. This should be an option since some use getmyancestors to share the gedcom file on other platforms like geneanet. And there are some bad practices...
It seems that it's possible to link a source within the scope of an event such as a birth. Example : ``` 1 BIRT 2 DATE 2 PLAC 2 SOUR...