Eric Goller
Eric Goller
When the factories for `AlchemyCategory` and `AlchemyTag` generate names they do not seem to use the actual return value of their `word` faker but its string representation. For all intends...
[There is](https://wiki.gnome.org/Projects/ProjectHamster) an unmaintained and out of date wiki entry for the gnome project. This should be either updated or removed. How tight is our coupling with gnome and what...
Right now, our documentation mixes API reference with implementation details. This is a direct consequence of efforts to reconstruct the legacy API on the fly and storing this knowledge in...
Some of our older tests still miss docstrings. This needs fixing.
Whilst a lot of people still consider this legal overhead, experience developers (especially those maintaining libraries) agree on the value having a CLA. Our main points are: - We want...
Legacy hamster provides its own manual low level indexing logic. We leave this to our backends. In case of SQLAlchemy this can easily be done in a [declarative way](http://docs.sqlalchemy.org/en/latest/core/constraints.html#schema-indexes)
According to legacy `hamster.storage.db.__get_activity_by_name` we should allow for an additional `resurrect` kwarg. If we look up a 'deleted' activity and `resurrect=True` this activity should be updated to `deleted=False` and `category=None`.
Right now, the only thing that can happen to an ongoing fact is to be stoped or canceled. It would be useful to be able to edit its properties post...
It would be usefull to be able to manually pass a end time other than now. [Usecase](https://github.com/elbenfreund/hamster_cli/issues/145)
Attributes should be localized. Also, some of their 'names' them have been kept for compatibility, but by now we may change them to reflect our more consistent naming pattern ('start',...