Stephan Aßmus
Stephan Aßmus
## Description This change makes sure session expiry takes precedence over periodic session refresh. ## Motivation and Context The session expiry is initialized from the JWT expiry. However oauth2-proxy previously...
### What are you trying to do? Render a plot to SVG with a certain font as a default for title and axis ### What did you do? ```golang plot.DefaultFont...
The test-case currently fails. I opened the following issue: https://github.com/go-git/go-git/issues/154
We use go-git in a project, and ran across the issue that a modified file already under version control was not committed when performing: ```golang worktree.Commit("...", &git.CommitOptions{All: true, ...}}) ```...
Thanks for making this cook book available and Phi-3 available! In short: 1. I would love an example of a system message that declares some tools with OpenAPI function definitions,...
When this flag is enabled, the replicator will ignore the `replicated-from-version` annotation and always compare the contents of the target object to the source object and keep them in sync....
**Describe the bug** The replicator uses the annotation `replicated-from-version` to figure out if it has to do anything. It [skips](https://github.com/mittwald/kubernetes-replicator/blob/95ee4833a9cecfc08ab99deb3c6e60a2330cc7b9/replicate/secret/secrets.go#L69-L75) replication if the value of this annotation is already the...