Emil Steiner

Results 12 comments of Emil Steiner

when i try to execute the build generated from the guide in the wiki (in order to gather logs)i get the following errors: ``` emil@pop-thinkpad:~/xournalpp/build$ ./xournalpp ** Message: 11:17:11.396: TEXTDOMAINDIR...

i used the docker compose script from the official documentation. but this is running on arm64 hardware. are the arm64 dockerfiles outdated?

```dockerfile RUN JDKPKG="openjdk11-jre"; \ if [[ $TARGETPLATFORM = linux/arm* ]]; then JDKPKG="openjdk8-jre"; fi; \ ``` a yes in joex.dockerfile java 8 is imported not java 11 (if running on arm)....

something like this would be awesome! an automatic mode, where the bot automatically plays similar music if the queue is empty, could be interesting to

i think that could probably be done through the spotify api https://spotify-api.js.org/main/interface/RecommendationQuery (which would reqire another api token) or through the ksoft api https://docs.ksoft.si/api/lyrics-api (which would probably require another api...

protonmail uses https://github.com/DrKain/tidy-url to remove tracking links. The filtering rules in this project could be a good starting off point. Additionally here are a few other lists of email trackers...

Potentially disturbing scenes could fit into a similar category. so they can be easily skipped, if you dont want to watch them, but are interested in the topic of the...

I would like to use the Album Keyword in my filenames and use it in combination with other Keywords. in a template like that it would be best to evaluate...

in case the download link brakes again. here's the script for future travellers: ```python3 #!/usr/bin/env python3 # -*- coding: utf-8 -*- import os import json import urllib.request base_url = "http://localhost:8080/api/v2"...

i get the following error `Couldn't start web browser at http://127.0.0.1:5555/secret-string. See https://tabnine.com/faq#browser_failed` executing `docker port` shows i already have port 5555 forwarded. ``` $ docker port jupyter 5555/tcp ->...