Henrik Hørlück Berg

Results 10 issues of Henrik Hørlück Berg

## Description After setting up automated deploys with Zappa, it turned out to be necessary to also give the `lambda:GetAlias` and `lambda:DeleteFunctionConcurrency` permissions. Specifically see https://github.com/dotkom/onlineweb4/runs/5793924633?check_suite_focus=true and https://github.com/dotkom/onlineweb4/runs/5793839836?check_suite_focus=true. ## GitHub...

**Is your feature request related to a problem? Please describe.** In OW4 articles have disqus, we should migrate it, or replace it somehow when going to OWF **Possbile solutions** -...

App: Article
Priority: Low
Type: Feature
Discussion

This can be done by using [react-helmet](https://yarnpkg.com/en/package/react-helmet) This should be added for events, articles, and all other pages tbh

Type: Enhancement
Easy

The career tab currently uses a shade of light blue that is used nowhere else on the site, and looks almost identical to the one we have on OW4. It...

App: Career
Type: Refactor
Easy

**Is your feature request related to a problem? Please describe.** We sometimes want to do changes/dependency upgrades with out OAuth dependencies on our backend, and it would greatly help to...

Type: Enhancement

Minor issue

App: Profile
Priority: Low
Type: Bug
Easy

**Describe the bug** Eslint v9 has been out since April https://eslint.org/blog/2024/04/eslint-v9.0.0-released/. It is not declared as supported in [peerDependencies](https://github.com/rlaffers/eslint-plugin-xstate/blob/9988c15a5c739779837687d752b477d8fa9764b8/package.json#L40). **Expected behavior** For the plugin to work with eslint v9 **Actual...

bug

Using ```py api = NinjaAPI() api.add_router("/events/", events_router) urlpatterns += [ re_path(r"^api/v2/", api.urls) ] ``` Then `./manage.py export_openapi_schema` fails with a 404: ```py File "XXX/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 705, in resolve raise Resolver404({"tried":...