Malte Isberner
Malte Isberner
Implement support for register automata (as defined by Cassel et al.) and extensions (Register Mealy Machines etc.). Required for [LearnLib Issue #3](https://github.com/LearnLib/learnlib/issues/3)
See https://github.com/operator-framework/helm-operator-plugins/pull/198 for a detailed description of the issue. This commit ports over the relevant changes. I assume that eventually, the generic `helm-operator` code in this repo should depend on...
Specifically, SHA256 and every registered signature algorithms. Shortcoming of the original version encountered when trying to parse PKCS7 data obtained via the Microsoft Azure VM Instance Metadata service (https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service)
## Summary This PR adds support `iter.Seq[...]` sequences (introduced in Go 1.23, or earlier via `rangefunc` experiment) in the `Contains` and `ElementsMatch` (+ derived) asserters. ## Changes - Introduced a...
This PR adds a `TemperatureOpt *float32` field to `ChatCompletionRequest`, that allows distinguishing between an unset (default) temperature and explicit zero. This has been reported in several issues (e.g., https://github.com/sashabaranov/go-openai/issues/9), but...