Vitaly Kopylov

Results 3 comments of Vitaly Kopylov

@AB1908 @st3v3nmw if you use .colpkg when exporting from anki, then you can pull out the sqlite3 database, apparently by parsing it, you can get the finished result in the...

In backend/Dockerfile you have to change the docker install source from ``` RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && \ cd /usr/local/bin && \ ln -s /opt/poetry/bin/poetry && \...

I have not found a solution so far, so I made my own decorator. Before contributing to tenacity or my fork, for now I offer this solution (it can be...