tfinke
tfinke
Dear Maintainers, we have migrated our /home directory to a NAS serving NFS. NFS is often blamed for it's low performance. But we are facing strange behavior of khal. The...
First of all let me thank you for this project. A CLI interface to Caldav (especially direct without sync) is very useful and urgently needed. Exceptions thrown by the class...
``` y = 3 * a ... + b ``` expected: ``` y = 3 * a + b ``` There is no line continuation symbol in Julia; continuation takes...
**[m, n] = size(a)** results in **m,, n = size(a)** instead of **m, n = size(a)** would expect only one comma, not two