Results 24 comments of erentar

It is still an issue, i get the pink squares too.

Waiting for this since years, and really expected this to be a core feature of a cloud app. First suggested in November 2017 https://help.nextcloud.com/t/nextcloud-android-app-automatically-sync-files-folders/23123 I also am using obsidian with...

This problem has been bothering me for a while How can I get you the logs you need?

to reproduce ``` from fedora run dnf update -y run dnf groupinstall -y "Development Tools" "C Development Tools and Libraries" run dnf install -y \ python3 \ python3-pip \ cairo...

You do not need a fedora box, just need any linux with docker on it The error is still reproducible, i just ran the dockerfile

To reproduce, copy and paste the dockerfile text into a file called `Dockerfile` and run `docker build --no-cache -t freetakserver .`

Although the following error is thrown when running the server via `python3 -m FreeTAKServer.controllers.services.FTS` yields an ssl error: ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main...

Also i am still not sure if this will make the thing work properly, the dockerfile should be investigated with these changes.

For the record, this is what i have run to build my own image: ``` from fedora run dnf update -y run sudo dnf group install "Development Tools" "C Development...