agardelein

Results 4 comments of agardelein

This seems to come from src/textoter/textoter.py line 277: self.config.set(section, TextoterApplication.HISTORY_LIST, []) This should probably be a string. Creating a dummy configuration file in `~/.config/textoter/textoter` should be a workaround, such as:...

In principle 6c5c32f should fix the issue.

Thanks for the bug report ! In principle f5ea826 adds dependencies requirements and 6c5c32f fix configuration file issue. Both are now in master. You may test install with pip3 install...

The [fix](https://github.com/YunoHost-Apps/pixelfed_ynh/pull/271) from @OniriCorpe worked for me on Postgresql 18.8, by directly modifying the database: ``` sudo -u postgres psql -d pixelfed alter table media alter column caption drop not...