Anki is a smart spaced repetition flashcard program
Find a file
Damien Elmes 81271ba356 possible fix for race conditions in the sound code
https://anki.tenderapp.com/discussions/ankidesktop/39030-erro-ao-adicionar-arquivo-de-udio

the lock should at least ensure _process doesn't disappear in the
middle of our logic, and the longer wait should reduce the chances
of .stop() timing out and allowing multiple audio files to play

Not very happy with the current approach, as in the timeout case
you have multiple threads competing to access the same data
2020-03-06 19:29:31 +10:00
.github update before apt install to fix CI 2020-02-05 17:47:16 +10:00
meta bump version 2020-01-15 13:50:26 +10:00
proto show which side the template error occurred on 2020-02-08 11:54:08 +10:00
pylib fix Deck field in card templates showing filtered deck 2020-03-06 19:29:00 +10:00
qt possible fix for race conditions in the sound code 2020-03-06 19:29:31 +10:00
react add a web UI proof of concept 2020-01-06 14:28:07 +10:00
rslib show which side the template error occurred on 2020-02-08 11:54:08 +10:00
rspy set deployment target on Mac builds 2020-03-06 19:23:38 +10:00
svelte add svelte experiment as well 2020-01-06 16:23:55 +10:00
tslib add some typescript helpers for displaying the card list 2020-01-06 13:11:55 +10:00
.gitignore output into dist/ 2020-01-03 14:32:26 +10:00
CONTRIBUTORS Update CONTRIBUTORS 2020-02-04 04:16:51 +01:00
LICENSE drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
Makefile fix build from tarball 2020-02-03 08:55:05 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing document annotations 2020-02-12 08:05:40 +10:00
README.development Prevent "msgfmt: command not found" error 2020-01-22 22:53:06 +01:00
README.md add back the readme badge 2020-01-23 17:27:07 +10:00
run move top level scripts into makefile 2020-01-04 12:21:58 +10:00

This repo contains all the code for the computer version of Anki.

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://anki.tenderapp.com/discussions/beta-testing

For more information on building, please see README.development

If you'd like to contribute code, please see README.contributing