André Wachter
André Wachter
### Short Description Upgrades the required build JDK to 25. ### Proposed Changes - Upgrade the required backend JDK to 25. The `sourceCompatibility` and `targetCompatibility` are still set to 24,...
### Short Description Move the category filter bar into the main app bar. I currently use the `flexibleSpace` slot of the `SliverAppBar`, which turned out to work better than the...
### Short Description The regions `applicationConfirmationMailNote` is not included in the initial applicant mail. This is because our mailer DSL is very error prone. When not including the initial unary...
### Describe the Bug The hover indicator of some checkbox components are misplaced. This is likely a problem in ``:
### Short Description ### Proposed Changes - ### Side Effects - ### Testing ### Resolved Issues Fixes: #2603
### Describe the Problem We currently use the `protoc_builder` Dart dependency, which downloads the `protoc` compiler during the build process for the current platform and relieves us from installing it...
As agreed upon in the last TaT conference, I wrote up a short proposal for handling dependency updates, that is open for discussion. ### Problem Keeping up with dependency updates...
### Describe the Problem Our current approach for displaying validation errors in forms has some room for improvements. 1. Validation errors are not accounted for in the regular layout and...
### Describe the Problem We currently use the Servlet API for handling requests. With this, we leave a lot of potential performance benefits and language ergonomics unused. ### Describe Your...
### Describe the Problem For our backend service, we want to try Java virtual threads. For this, it is necessary to upgrade our JDK. Since Virtual Threads has better support...