Martin Thoma

Results 275 issues of Martin Thoma

Enter the 2x2 matrix [[3, 13], [16, 34]] Your script will give B = [[1, 0], [0,4]] S = {{0,1},{1,-3}} A = {{3,13},{16,34}} T = {{0,1},{1,-3}} But B != SAT!...

Currently, the scripts are harder to use than necessary. I think the situation would greatly improve by the following: 1. Adding a `setup.py` 2. Putting it on PyPI 3. Moving...

The following code ``` python from pykeyboard import PyKeyboard k = PyKeyboard() k.type_string(classification_guess) ``` gives: ``` text ßSigma ``` I have Python 3.4.2, Ubuntu 14.10 (MATE), PyUserInput 0.1.9 (installed via...

The project recently got several updates. The maintainer changed and the PyPI page links to all recent pages.

The `load_if_possible` policy should always try to load the remote file. If it fails, the local one is used.

enhancement

Currently, [`_load_remote`](https://github.com/MartinThoma/cfg_load/blob/master/cfg_load/__init__.py#L294) does not have the `policy` implemented ([here](https://github.com/MartinThoma/cfg_load/blob/master/cfg_load/__init__.py#L329)). The [default is always used](https://github.com/MartinThoma/cfg_load/blob/master/cfg_load/remote.py#L15).

bug

https://github.com/MartinThoma/cfg_load/blob/master/cfg_load/__init__.py#L366

documentation

In case the config file is in a git repository, add the hash.

enhancement