Marcus Fey
Marcus Fey
https://github.com/alexa-pi/AlexaPi/blob/83f71d458dc832cac0f9b0d3807d6d2359d52c8e/src/scripts/setup.sh#L200 It took me some time to find out what has to be entered during the setup process. Amazon obviously changed the label on their website.
It would be nice to be able to filter the broadcast date. I'm currently about to finish this feature. Would it be too geekish to have to enter the dates...
I did not find a chart showing the development of cases over time for the different regions in isMOOD (maybe I just missed something). Yes, my implementation is outside of...
First things first: bahn.guru helps me a lot finding routes and prices, I love it! Recently I was looking up connections from Hannover to Domodossla. bahn.guru relies on the "old"...
Hi, I get an error starting the app using docker compose: ` ModuleNotFoundError: No module named 'jwt'` My docker-compose.yml is: ```yml version: "3" services: timetagger: image: ghcr.io/almarklein/timetagger:v23.11.4-nonroot ports: - "6822:80"...
### Explain what happens 1. configure nginx (docker) and cockpit for cockpit to be accessible on `http://epsilon/cockpit` (or any server) 2. open configured URL in browser -> login form opens...
I tried to run this example with [quoters](https://github.com/spring-guides/quoters) running locally as well - as suggested in "Fetching a REST Resource". The (consumer) application failed to start due to `Web server...
I would like to use wfm behind an nginx, both in docker, ideally with docker compose (separate files). My docker-compose.yml for wfm currently is: ```yaml version: '3' services: wfm: image:...
This PR might not be 100% technically great. I'm more used to Java ;-) The PR should merely get the discussion about the requirement going. Basically I would like to...