Hokascha

Results 14 comments of Hokascha

tried again with a newer docker and docker-compose. No version error now on startup but still permission denied.

changing the permissions to data to 777 fixes the problem. Even while being root, this seems to be neccessary.

In TypeAttachments.php add the correct mime type to the `$types` array. For example, Powerpoint PPTX file has type "VND.OPENXMLFORMATS-OFFICEDOCUMENT.PRESENTATIONML.PRESENTATION", some more: Excel (.xls): VND.MS-EXCEL Excel (.xlsx): VND.OPENXMLFORMATS-OFFICEDOCUMENT.SPREADSHEETML.SHEET Adobe Illustrator (.ai):...

Same here on both IMAP and SMTP. K-9 should definitely have an option to disable IPv6. Feel free to contact me if you need a test mail account on my...

use this, note var `chart` is the chart instance after it is rendered. ``` document.querySelector("#your-chart").addEventListener('wheel', function(event) { event.preventDefault(); // Prevent scrolling the page // Calculate the relative position of the...

Möglicherweise wäre auch ein MQTT Broker eine gute Wahl, wenig Aufwand und Last am Server, einfach beim Client einzubinden.

Ja, damit wäre sogar der Broker selbst extern ausgelagert, dann bräuchte die API oder sonstein Prozess am OLDB-Server "nur" noch die Ergebnisse dorthin pushen, alle anderen können sich dort bedienen....

same here on Ubuntu linux: ``` $ backgroundremover -fr 60 -i /media/NVMe/nextcloud/SofortUpload/2023/03/PXL_20230323_115515428.mp4 -tv -o /media/Lager/test.mov /media/NVMe/nextcloud/SofortUpload/2023/03/PXL_20230323_115515428.mp4 FRAME RATE: 60 TOTAL FRAMES: 198 WORKER 0 ONLINE WORKER FRAMERIPPER ONLINE ffmpeg version...

Updating FFmpeg to version 5.1.2 works for me. On Ubuntu 20.04 you have to add a PPA to make this work, see https://ubuntuhandbook.org/index.php/2022/02/install-ffmpeg-5-0-ubuntu/

I tried converting it to VP9 with transparancy but it didn't work. So I used this to convert to MP4 with white background: ``` ffmpeg -y -f lavfi -i color=lightgrey:s=3840x2160...