Austin Almond

Results 3 issues of Austin Almond

From the README: > Download and install libanki. You can find the latest release of Anki here: > > http://code.google.com/p/anki/downloads/list > > Look for a *.tgz file with a Summary...

The `path_desired_distance`, `target_desired_distance`, and `path_max_distance` documentation was a bit ambiguous. I tried to make it a little more clear without making it too long, since the properties are also documented...

When running `zigup 0.14.0-dev.1710+8ee52f99c`, the script fails at this command: ``` ln -s '/home//zig/0.14.0-dev.1710+8ee52f99c/files/zig' '/home//.local/bin/zig' ``` > error: FileNotFound I fixed the error with `mkdir $HOME/.local/bin`. Running zigup again, I...