jochenchrist
jochenchrist
HA Proxy Ingress support cookie affinity. https://haproxy-ingress.github.io/docs/configuration/keys/#affinity Feature-Request: Add a `session-cookie-path` configuration key to specify the path for the affinity cookie. This would be similar to nginx' Property: `nginx.ingress.kubernetes.io/session-cookie-path` as...
Voice engines are a hassle, esp under Windows and Linux. Just use mp3 or OGG files. https://github.com/faiface/beep looks promising for this.
Alternative FAQ answer for Issue #23 and PR #36
The proxy listens on every TCP address with the given port. For security reasons (e. g. when running as a Sidecar in Kubernetes), I want to restrict to listen on...
https://github.com/cllunsford/aws-signing-proxy/issues/32
Cloud Events (https://github.com/cloudevents/spec) is a spec for events and pretty similar to the current data format. -> Update REST-Feeds to comply with CloudEvents.
To support Server-Sent-Events, the interface should support a `Last-Event-ID` to continue reading from a specific record rather than an `offset`. This might also remove the need for the `next`-Link. https://www.w3.org/TR/eventsource/#last-event-id
soda-core 3.1.3 When a missing_count column name contains a number, then soda-core generates an error log. Example: SodaCL: ``` - missing_count(1_Merkmal_Code) = 0: name: Check that required field 1_Merkmal_Code has...
As of Python 3.10, distutils has been deprecated, `strtobool` should be replaced in https://github.com/sodadata/soda-core/blob/main/soda/core/soda/telemetry/soda_telemetry.py PEP 632 recomends copying the implementation into your own code, or reimplementing: https://www.python.org/dev/peps/pep-0632/#migration-advice