Chris Roemmich
Chris Roemmich
I run Deis on CoreOS and recently made the switch to 681, which swapped ntpd for systemd-timesyncd as the default time sync daemon. Deis uses a Ceph to create HA...
## All Submissions: * [x] Have you added an explanation of what your changes do and why you'd like us to include them? * [x] I have updated the documentation...
I'm having issues reading the EEPROM chip via I2C on a Olimex A10-OLinuXino-LIME. After some trial and error, I was able to access the EEPROM like this in linux: ```...
It would be really helpful if information about failed caveats was included in Check/Lookup responses in order to provide feedback to the user. We have implemented a LOA (Level of...
also adds the ability to read the selected dialogue response
The download script listed in the docs (http://deis.io/deis-cli/install-v2.sh) is currently being served over a non-ssl connection allowing a MITM attack to replace the script and fetch a rogue client binary....
We're using auto-polling and want to prevent our application's readiness check from going healthy until a config has been cached. However, there's not a great way to determine that because...
## What this PR does / why we need it: The `nginx.ingress.kubernetes.io/cors-allow-headers` annotation does not allow a wildcard (`*`) value which is allowed both by nginx and the Fetch standard....
Occasionally, maybe 1/2500 sessions, the browser pod associated with the session will get stuck and not terminate indefinitely (we've waited a few days). There's nothing in the logs we've found...
When streaming an LLM response (`requestLLMStreaming`) using the OpenAILLMClient against xAI (and likely OpenAI proper), the ResponseMetaInfo token counts are always null. There is an opt-in feature, `stream_options.include_usage=true`, that: >...