Stefan Bohn
Stefan Bohn
Maybe this helps: https://github.com/git-ecosystem/git-credential-manager/pull/1062 as mentioned here: https://github.com/git-ecosystem/git-credential-manager/issues/145#issuecomment-1428774678
Ah, ok. I'm running it on a sub path "https://example.com/git" and the URL that opens is https://example.com/login/oauth/authorize?..." - So I had to use the mentioned config... (I'm actual on windows,...
My -working - config ist ``` [credential "https://example.org"] useHttpPath = false provider = generic oauthClientId = e90ee53c-94e2-48ac-9358-a874fb9e0662 oauthAuthorizeEndpoint = /git/login/oauth/authorize oauthTokenEndpoint = /git/login/oauth/access_token ``` When I remove this section, the...
As long as there are no generated or embeded images, the img src URL should render the configured server eg settings.json: { "asciidoc.extensions.enableKroki": true, "asciidoc.preview.asciidoctorAttributes": { "kroki-fetch-diagram": false, "kroki-server-url": "http://my-kroki-server:8000"...
Spring announced this behavior in their [release post](https://spring.io/blog/2024/05/23/spring-boot-3-3-0-available-now):  There is also an [article about that](https://spring.io/blog/2024/05/24/sbom-support-in-spring-boot-3-3)
I'm using Firefox Add On Stylus and use this custom css - not perfect, but works for me: /* Event with reminder */ a.fc-event-nc-alarms > .fc-event-title::before { content: '⏰ ';...
Already done by #88