Andrew Appleton
Andrew Appleton
I have [Difftastic](https://github.com/Wilfred/difftastic) configured as my default `git diff` tool with this gitconfig entry: ``` [diff] external = difft ``` This causes `git diff REF` to output in a different...
## What are the steps to reproduce this issue? Given a schema like this: ```yaml responses: "200": content: text/event-stream: schema: description: Each oneOf object in the array represents one possible...
Given configuration like this: ```go logger := logr.FromSlogHandler(slog.Default().Handler()) provider = flagd.NewProvider( flagd.WithLogger(logger), flagd.WithInProcessResolver(), flagd.WithOfflineFilePath(path), ) ``` I would expect the provided `logger` instance to be used but I actually see...