Marco Dickert
Marco Dickert
I experience the following rendering inadequacy:  I fixed it by disable the floating of the searchitem-details. Now it looks like this: 
IMHO it's not quite useful to include files from the `css-compiled` directory in a `git diff`, so this option prevents this.
Hi guys, the graylog server is already able to handle client certificates for authentication. Unfortunately the graylog collector does not support this yet. So, I think it would be nice...
Hi, I just installed this theme and wondered how to remove the "Some text widget". As I see this is hardcoded in `templates/partials/sidebar.html.twig`. If I remove this section, can I...
Hi, unfortunately this package does not recognize proxy settings. I fixed that by using `@actions/http-client`: ``` diff --git a/src/MSTeams.js b/src/MSTeams.js index a4a4bf0..9ef2f1f 100644 --- a/src/MSTeams.js +++ b/src/MSTeams.js @@ -1,6 +1,7...
Apparently Window.GetX() and Window.GetY() sometimes give a value != 0, which offsets the images by an amount. It is also not necessary in the context, so I removed it and...