Simon Engmann

Results 14 issues of Simon Engmann

As I've described in the comments of [#4675](https://github.com/caddyserver/caddy/issues/4675#issuecomment-1176743900), it can in some scenarios be useful to set the ownership, primarily the owning group, of a Unix listener created by Caddy,...

feature :gear:

### MDN URL https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control ### What specific section or headline is this issue about? https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#cache_directives ### What information was incorrect, unhelpful, or incomplete? The table juxtaposing request and response directives...

needs-triage

delta's blame parser seems unable to handle the output format that is produced when the config option [`blame.markIgnoredLines`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-blamemarkIgnoredLines) is set to true. Although I wasn't able to reproduce it, I...

## Description Update path resolution logic in `sops_decrypt_file()` to resolve relative path arguments relative to the file containing the call to `sops_decrypt_file()`, rather than relative to the working directory of...

Currently, if a page contains a feed link with, e.g., `href="/rss.xml"` or `href="rss.xml"`, feed discovery will return the relative URL as is, instead of resolving it to an absolute URL....

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...

bug
feature/service-principals

[`conflict-marker-size`](https://git-scm.com/docs/gitattributes#_conflict_marker_size) is an attribute that allows overriding the length of conflict markers generated by Git. This PR adjusts the default regex patterns to support that scenario.

This comes from a similar motivation as #28424: explorer.exe does not work particularly well for opening arbitrary paths and URLs. However, in addition, due to an outstanding issue with WSL,[^1]...

platform:windows

~~For reasons I do not understand, even after a cursory glance over the source code,~~ the `keycloak_openid_audience_protocol_mapper` resource issues a request to `/admin/realms/${realm}/clients` when creating. Notably, this request is not...

Do not load all clients when validating client audience for audience mappers. Instead, try to fetch the client in question directly. Closes #960