Benjamin Altpeter

Results 103 issues of Benjamin Altpeter

Um, yeah… https://github.com/datenanfragen/website/blob/0ecee16402e1d71e0c5f65a49744af61dc1300a6/layouts/partials/head/meta.html#L99-L100 That should be @DatenanfragenDE for German, and @datarequestsORG for everything else.

bug

As part of the Prototype Fund funding we're receiving, @zner0L and I will build a complaint generator. \o/

feature
research

As we discussed, inconsistent import ordering and having to think about stuff like that are way too annoying. In #898, I didn't agree with where you put the type imports...

cleanup
stale

> It would be much nicer to much the ID data to a persisted zustand store. We could then avoid all this glue code. > > But you don't have...

cleanup

Once we've ported everything to TS, we won't need props-types anymore.

cleanup

Once we've sorted out the current warnings, we should make sure we don't miss any future ones.

In our i18n loader for Webpack, we are already removing the Hugo translations to cut down the size since we don't need them: https://github.com/datenanfragen/website/blob/1f25f38833ddc297574dafe1ead88d8b31d9dc4b/scripts/webpack-i18n-loader.js#L38-L39 I _think_ we can also do...

optimization

We are sometimes manually adding anchor elements to create fragment links, like here: https://github.com/datenanfragen/website/blob/69cb8e5b9598e9422b3bceb5db49ca4b96d55b25/content/en/blog/hacktoberfest-2020/index.md?plain=1#L55-L57 We should convert them to more idiomatic Hugo Markdown which would look like this: ```md ##...

help wanted
good first issue
cleanup
hacktoberfest

Through the ["My requests" feature](https://www.datarequests.org/my-requests), we already allow importing requests into one's calendar: ![image](https://user-images.githubusercontent.com/4048809/111871072-461c2180-8980-11eb-9f50-c3d2bfdb9ed2.png) This is currently implemented through `.ics` files. It would be nice to also offer integration with...

help wanted
feature
idea
hacktoberfest

The `I18nWidget` only shows the languages for the _current_ page, not for the site as a whole. Steps to reproduce: 1. Have browser language != DE. 2. Clear `country` cookie....

bug
UI/UX