Eric Goller

Results 122 issues of Eric Goller

Commands like `start` and `list` often ask for multiple arguments. Instead treating them as one huge chunk, maybe it is more viable to use Clicks [veradic argmuments](http://click.pocoo.org/5/arguments/#variadic-arguments)?! Arguments containing whitespace...

enhancement
research needed

If hamster-gtk is present, provide a way to launch various sub-windows on demand.

ready
upcoming release

[DO NOT MERGE] So far we have implement the client code. Now we have to wait for hamsterlib to implement the backend functionality. Closes #145

needs review

in cases where one forgot to stop an _ongoing fact_ but still remembers the relevant end time it would be nice to pass a separate 'end' option to the 'stop'...

needs review
ready
easy

Depends on [hamsterlib issue 132](https://github.com/elbenfreund/hamsterlib/issues/132)

enhancement

in order to have confidence in our ability to handle utf8 path location we just add random utf8 string named sub-dirs to our path fixtures. Closes: #106

needs review

Several places of our code use config-keys that have been refactored. Those need to be adjusted. E.g. - `log_filename`

ready

Dirnames provided by `appdirs` may or may not be unicode instances. We need to investigate this further and figure out how to deal with unicode chars in py27 and 34.

in progress
research needed

Currently our 'docs' tox target lets 'warnings' slide. This is due to the fact that coping with nonlocal image urls is a pain otherwise. Sphinx 1.4.2? should introduce a way...

enhancement

This somewhat depends on how fast we get feedback from [appdir](https://github.com/ActiveState/appdirs/issues/71) as well ass on `hamsterlib`s about wether to provide config utilities.