Daniel Molkentin
Daniel Molkentin
```SQL > select * from wp_podlove_modules_seasons_season; +----+-------+----------+---------+-------+------------+ | id | title | subtitle | summary | image | start_date | +----+-------+----------+---------+-------+------------+ | 1 | NULL | NULL | NULL |...
**bump**, anything else we can do to help with this?
0f69481e2b5f4550b3cbc0e41392ebaf10e49fd1 has removed the existing tests.
Here is a [Gist](https://gist.github.com/danimo/3c76efd18ede79d34f78c8b00b329129) with a conceptual patch. However, it does not implement some vital aspects, especially * how to deal with hooks (as they may break when the acual...
The problem here is that the amount of overlay icons is strongly limited, and we are already using quite a lot of status indicators. Thus I'm afraid there is no...
@haraldh is there any way in which we can transition this repo to new maintainers?
Is there any way we can help this moving along? I am happy to contribute a github release workflow.
See https://github.com/cachethq/Docker/pull/426 for an initial version. Adding support for Docker Hub should be as easy as ```yaml - name: Login to Docker Hub uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }}...
I've done some cleanups, actions are still on a deprecated nodejs version, but that seems to be something they need to fix on their own.
Please never reveal plaintext secrets in commits. https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions explains how Github Action Secrets work.