Jaakko Luttinen

Results 52 issues of Jaakko Luttinen

The Dashboard basic authentication uses username and password. However, the password is provided in plain text. For improved security, I'd prefer providing it as a salted SHA hash as in...

Finishing a feature branch with `--squash` does not work. The end state has develop branch checked out but the feature branch commits have not been merged, they've been only staged...

Currently, `sxiv/exec/...` files are searched under `XDG_CONFIG_HOME` directory: https://github.com/muennich/sxiv/blob/df35cdcd2d81e7232905cb46c8fd3a3d046d9b1b/main.c#L911 I'd like to suggest to use also `XDG_CONFIG_DIRS` if the file isn't found under `XDG_CONFIG_HOME`. This would enable, for instance, system-wide...

I couldn't find a desktop entry (.desktop file) for the nano wallet, that is, a file that is used at least on Linux desktop environments to show an icon for...

Hi, I'm not quite sure how calendar data is handled with DecSyncCC so I'm not sure if this feature request is relevant at all. URL fields in calendar events are...

ICS calendar files may contain multiple events. However, when importing the file with Etar, only one (the first?) event is imported and the others ignored. Etar should import all those...

Hi, I'd love to see this package in PyPI. Any plans to do so? It would help installing the package and declaring it as a dependency. Just to reserve the...

In many "normal" applications, they open some file dialog to select a file of a certain type. For instance, "choose an image". Magically, the dialog indeed lists only image files....

Great that rofi-file-browser looks for the default config in the standard location under `$XDG_USER_CONFIG_DIR`. However, this is only the user config directory. It would be nice if rofi-file-browser also respected...

I'm following the introductory tutorial under doc. I'm getting the following error: ``` File "introductory.py", line 131, in __main__ Failed example: weather = exodata.WeatherFromEPW('USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw') Exception raised: Traceback (most recent call...