Alexey Rochev

Results 100 comments of Alexey Rochev

I just tried to reproduce it with Caddy and running Tremotesf on Android 14. I only needed to make sure that host/ip specified in Caddyfile is the same as one...

There is an option in settings that enables multiline torrent names (under appearance section).

> Debian software center reports the flatpak tremotesf2 as needing read-access to all files. > How is this necessary? > Another Transmission remote app, transmission-remote-gtk, is able to make do...

> Ok, thanks for taking the time to explain. > > Would you then recommend going for the deb-version instead- or maybe that's more a matter of personal preference? For...

This is an issue with Transmission not correctly normalizing path separators on Windows. According to Transmission dev (https://github.com/transmission/transmission/issues/3915#issuecomment-1273481188), clients should always use Unix separators ('/') in RPC requests, event when...

Qt already supports dark/light theme switching if you set QT_QPA_PLATFORMTHEME=xdgdesktopportal environment variable, but accent color does not work yet AFAIK.

@Ashinch It seems that the issue is that the app does not expected feed categories to be empty, it fails here (in `first()` call): https://github.com/Ashinch/ReadYou/blob/24087803b1211b269253238dd0f6cb6af1a577b4/app/src/main/java/me/ash/reader/domain/service/GoogleReaderRssService.kt#L242 Replacing it with `firstOrNull()` and...