Marcel Hellkamp
Marcel Hellkamp
I wrote the entire thing without a single test. The first commit probably won't even compile. That has to change ;)
Dependency Injection is not that common in Python and the concept may be new for some developers. Documentation is essential. If you want to help, read and improve the README...
build_docs.sh currently does not build the translated documentation.
OIDC logout requests have an `id_token_hint` parameter. This parameter is not required, but recommended by spec and some providers may not be able to properly terminate a user session if...
The readme was probably copied from the JavaEE8 archetype and does not match the actual content of this repository.
For a freshly installed instance (following the docker-compose based deployment documentation) elasticsearch logs the following error messages multiple times a second: ``` elasticsearch_1 | [2021-03-03 14:47:26,337][WARN ][cluster.action.shard ] [Holly] [events-stats-file-download-2021-03][4]...
Navigating to `/communities/$name` after creating a community, but before adding a schema to it, hangs with a `Loading...` message. If a schema (even an empty one) is absolutely required, it...
Currently puppetboard tries to connect to puppetdb as a side-effect of importing `puppetboard.app` and calls `sys.exit()` if that (or the version check) fails. It also configures logging (six times). Both...
The template tries to put the (sanitized) post content into a `` tag. If the post itself uses `` elements, the resulting template looks like `...`. Problem is, `` tags...
**Describe the bug** The feature to randomly assign all users to breakout rooms is a bit confusing if all unassigned users are moderators, because nothing happens when clicking the "Randomly...