André Hahn
André Hahn
@ikeydoherty concerning the XML wallpapers: If I get this ( #145) right, you do not want libgnome-desktop as it would be an additional dependency, but would be alright with using...
Another option: Use some kind of config file to identify the volume. Maybe an .ini file with something like: ``` [Volume] ID=91273 ``` As the process for obtaining the issue...
I had this issue myself, though my comics are on my local harddrive. What worked for me was renaming the files according to the standards required by ComicTagger. I have...
Have a look into the wiki here: https://github.com/davide-romanini/comictagger
@tarnecki: @bpepple has forked Tenma into https://github.com/bpepple/bamf. Bamf uses the ComicInfo.xml files added to the cbz/cbr archieves instead of querying comicvine. So, if you want to use files tagged by...
Try removing all tenma containers as well as images from docker and delete everything in the tenma config folder. Then try installing tenma via docker once again
No, never delete docker containers or images via `rm`. Run `docker container ls -a` to get the name or id of your tenma container. Then run `docker container rm $containername_or_id`...
Hi. Have you been able to find a workaround for this issue? I'm currently struggling with the same problem 😞
I found this repo and was able to build the project in XCode 15 without any changes: Kotlin/kmm-production-sample: This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile....
@mrrobot97 https://github.com/Kotlin/kmm-basic-sample is working too 🙂