Benjamin Altpeter

Results 103 issues of Benjamin Altpeter

![image](https://github.com/datenanfragen/website/assets/4048809/616b8d42-f5a2-49ec-9efe-d5d39346407f) But it is correctly included in the subject passed to the mailto links: ![image](https://github.com/datenanfragen/website/assets/4048809/2ee0b686-8d89-4401-8726-1ab7d85b2042)

bug

We've received the below error report. ``` **Debug information:** message := Uncaught UnknownError: Internal error. type := error colno := 18078 filename := https://www.datenanfragen.de/js/commons.bundle.gen.js lineno := 18 error.code := 0...

bug

Reactor doesn't support web forms properly. For admonitions and custom text messages, the "Show text" button is buggy (only works on second click?): https://user-images.githubusercontent.com/4048809/222424441-5d24e1de-163a-4b61-8ea7-cd1989f69341.mp4 And in a complaint to the...

bug

I sent a request through a private window in Firefox. The request doesn't show up in "My requests". https://user-images.githubusercontent.com/4048809/222417122-a1ee4b86-37a8-45cc-95f4-a35aa2e2beb3.mp4 The request isn't stored in IndexedDB (because that isn't available in...

bug

We have a problem with translations of blog posts going out of sync. It's hard for both users and contributors to tell whether a translation is up to date. I...

i18n

Once web form support is merged here (#1022) and in data (datenanfragen/data#1388), we need to write tests for that.

testing

Suggested by @mal-tee. We still need to discuss what this should look like exactly.

feature
discussion

Currently, we support two types of thumbnails in the content list pages: Actual Hugo page resources (specified via `featured_image`) and images from any random URL (specified via `featured_image_url`). While we...

optimization
UI/UX

I'm currently going through my old requests (mostly in an effort to get rid of the red badge—it's very effective :D). I noticed that I have a couple of requests...

UI/UX
discussion

The templates are loaded over and over again for no reason. All these requests for a single generated letter: ![image](https://user-images.githubusercontent.com/4048809/211896724-075e5984-01eb-4fdd-b2e9-f110fe63e159.png) A few options: * Do fewer unnecessary state changes. While...

optimization