Marcel Hild

Results 27 issues of Marcel Hild

https://github.com/b4mad/racing/pull/442 increase to 86gb wasnt enough bump, InfluxDB2PersistentVolumeFull is still firing. Interstingly the export for the buckets is way smaller than the on disk usage: ``` du -schx */20230917_020007/ 20.0K...

``` schedules: full: "0 1 * * 0" differential: "0 1 * * 1-6" ``` This means that we'll get an alert one day every week, since on sundays it's...

according to https://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices/ > **Keep the MQTT topic short and concise** > Each topic is included in every message in which it is used. Make your topics as short and...

## Description Adds support for loading plugins packaged inside OCI images. Rework of #1469 Instead of the oras python library, which does not work out of the box with ghcr...

do-not-merge/work-in-progress

I reached out to Varjo support and asked for a 32bit version of their runtime. Here's the reply: > very interesting project, we unfortunately have 3rd party dependencies also, so...

I replaced the `CartesiaTTSService` with `ElevenLabsTTSService` in the https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/01-say-one-thing.py example, but that doesnt work anymore with 0.0.43 Here's some logging output. ``` ❯ pipenv run python ./pipecat/01-say-one-thing.py Loading .env environment...

While adding data and trades is solved pretty well, the creation of dashboards and reports is still manual and exploratory. You need to know what to report. The community has...

enhancement