Jesaja Everling
Jesaja Everling
Examples
I think the [calver.org](https://calver.org/) homepage would really benefit from some clear examples. There are some in the projects mentioned, but having a section with some examples and explanations how they...
See https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/6b72a21f5c5e5906ded14eb87a79b763d6a5f2a9/installation/routines/setup_jukebox_core.sh#L61 I think the script should only rsync `include` and `lib` folders, not all contents of `~`. Maybe the script should download and unpack the archive into a temporary...
Hi all, based on issue #2566 and PR #2565 by @KenyaDonDraper, this PR adds this functionality plus a setting that enables this check (defaulting to `false`). This way, this functionality...
Incomplete pull request, as basis for further discussion
Hi, the link to the blog post mentioned in the README 404s: https://www.continuum.io/blog/developer-blog/introducing-geoviews I couldn't find out if the post exists in a new location.
I know this would be a huge task and might be better suited as a third-party tool. But I think what would be really cool is if there was a...
Hi, and many thanks for this cool project! I want to use it as a workout tracker, so I'll have repeating events that are not recurrent events, e.g. *Deadlifts*. Wagtail...
When `DATABASE_URL == ""`, django-environ will return an empty dict if the `default` argument has been passed. If the variable doesn't exist, the `default` argument is correctly used. E.g. consider...
It seems that Github runners use the hostname as runner `--name` by default. This lead to runner instances not being able to register for us, because AWS was re-using internal...