- Feb 08, 2018
- Feb 07, 2018
-
-
Bhavin Gandhi authored
Using `IOError` for compatibility, from Python 3.3 `IOError` is alias of `OSError` https://stackoverflow.com/a/28633573/6202405 Checking the errno of 'No such file or directory' so that only that exception will be catched. https://docs.python.org/2/library/errno.html https://stackoverflow.com/a/39414133 Signed-off-by:
Bhavin Gandhi <bhavin7392@gmail.com>
-
- Jan 27, 2018
-
-
ulif authored
Normal errors should be displayed by default, even if they are not catastrophic.
-
- Jan 21, 2018
-
-
ulif authored
-
- Jan 20, 2018
-
-
ulif authored
-
- Jan 01, 2018
- Dec 04, 2017
-
-
ulif authored
-
- Oct 07, 2017
-
-
ulif authored
-
- Oct 03, 2017
-
-
ulif authored
-
- Sep 29, 2017
-
-
ulif authored
Tell about using real dice with more than 6 faces.
-
- Sep 19, 2017
- Sep 18, 2017
-
-
ulif authored
-
- Sep 17, 2017
-
-
ulif authored
-
- Sep 15, 2017
-
-
ulif authored
The manpage test failed when tests were run in a long path. The help output then led to an extra line break which made comaparisons quite cumbersome.
-
- Sep 14, 2017
- Sep 13, 2017
-
-
ulif authored
The wordlist length must be a power of the number of dice sides used to result in fair choices. This is not being relatively prime.
-
- Sep 11, 2017
-
-
ulif authored
-
- Sep 10, 2017
-
-
ulif authored
Tell about problems with wordlist lengths and dice side numbers.
-
- Sep 08, 2017
- Sep 06, 2017
- Sep 05, 2017
-
-
ulif authored
Begin with some very plain usage samples.
-
- Sep 04, 2017
-
-
ulif authored
-
- Sep 03, 2017
-
-
ulif authored
Avoid to write down a certain path, as that could block reproducible builds.
-
- Sep 02, 2017
-
-
ulif authored
in man page.
-
- Aug 31, 2017