Tomas Babej
Tomas Babej
Explicitly overriding sys.excepthook with your custom function does not work (sys.excepthook does contain the correct function object, but for some reason it never gets called). A regular traceback is displayed...
This patches fix the underlying problem, however I'm not sure what's the logic behind configure_auto_generate_avatar_sizes method. Can't find it used anywhere in the codebase.
When you save a PhotoSize, the whole photo cache gets regenerated. While this makes sense for changes in other attributes, such as width or watermarks, photo cache should not be...
Right now, nothing prevents the viewport from containing the same task twice: ``` === Test viewport | +test === * [ ] This is also an important task !!! #16c2a8ee...
Emit signals on change of focus to enable hooking handlers for `focusin` and `focusout` events on particular widgets.
Even though one can use user-defined attributes with tasklib, we: - Do not provide any official interface for them (one has to update the config dict). This maybe does not...
This forces the user to always have some activity set, if he wants to work on the workstation.
Tchart should use tasklib ( https://github.com/robgolding63/tasklib ) to simplify the code, since it provides pythonic access to TaskWarrior.
This MR implements the necessary logic to allow the Mapper to write the datafile to a new location if the filepath has changed due to the user changing the attributes...