Dennis Dierkes
Dennis Dierkes
### Short description This pull request addresses the issue of Tinymce adding whitespace to the content by setting indent: false in the Tinymce configuration. Currently, the added whitespace by Tinymce...
### Short description This pull request addresses the test configuration and discovery issues in VSCode while eliminating the need for the workaround involving tasks. ### Proposed changes - Add environment...
### Short Description This pull request implements a new feature that enables region managers to view the average number of accepted push notifications (news) per region. The user story proposes...
### Short description This pull request modifies the push notification command to also collect all push notifications that were intended to be sent immediately but failed, as long as they...
### Short description To implement ticket #589 and display the number of users who will be reached by a notification (news), I've added the region as an analytics label to...
### Short Description This pull request introduces [Playwright](https://playwright.dev/) as a solution for user interface and end-to-end testing. I've included an example test to showcase its usage and feel. I suggest...
### Short description This pull request extends the existing dependabot configuration by adding support for `devcontainers`, `pip`, and `npm`. Dependabot is a tool that continuously monitors our repository for available...
Hey, my current project requires some helm charts that are defined in the `chart.yaml`. ```yaml # .helm/Chart.yaml apiVersion: v2 name: myproject version: 1.0.0 dependencies: - name: traefik version: "9.17.5" repository:...