Taylor Sly
Taylor Sly
I'm on Windows 7 64-bit. I also had the same problem when using the arduino midi library with hairless. Sending the control change on two channels (thanks @korakios) seemed to...
`path: $['SINK.hbase-sink']` is expecting your JSON to be like: ```JSON { "SINK":{ "hbase-sink":{ "ConnectionCreatedCount":"1", "BatchCompleteCount":"955", "EventWriteFail":"0", "BatchEmptyCount":"125656", "EventDrainAttemptCount":"105682", "StartTime":"1633431630318", "BatchUnderflowCount":"2366", "ChannelReadFail":"0", "ConnectionFailedCount":"0", "ConnectionClosedCount":"0", "Type":"SINK", "EventDrainSuccessCount":"105682", "StopTime":"0" } } } ```...
According to [this other git issue](https://github.com/prometheus-community/json_exporter/issues/114#issuecomment-893212065), you can actually escape the `.` So try to change your `config.yaml` to `path: $['SINK\.hbase-sink']`
A very similar issue exists when configuring the modify filter with YAML. Classic syntax works like: ``` [FILTER] Name modify Match kube.* Add label_1 my_label_value_1 Add label_2 my_label_value_2 ``` In...
@Nightfirecat I removed the profane sounds (https://github.com/slyt/kill-sounds/commit/eb8263b946fd157d2b21bd0918baebc30588abbd). I'm still figuring out how to generate a shadow jar, any advice would be much appreciated. For some reason I was hit with...
I reached out on Discord for help but nobody seemed to know what could be the cause of the ban and people were understandably suspicious in thinking that I actually...
> Hi, this error is for last transformers version? .. ValueError: Unrecognized configuration class for this kind of AutoModel: AutoModelForCausalLM. > > Model type should be one of BartConfig, BertConfig,...
I ran into this same issue with [Loki Helm chart 5.5.2](https://github.com/grafana/loki/tree/helm-loki-5.5.2/production/helm/loki) (Loki version 2.8.2). The CRD's from Loki helm chart are conflicting with the CRD's installed by kube-prometheus-stack, causing a...
This issue still exists. I was able to lift then copy into the destination fields but this leaves a fairly hacky config file to maintain down the road. Example YAML...
I think continue.dev is slowing down my machine when I open VSCode due to it indexing my 20,000 line `daily_journal.md` despite a `.gitignore` with `*.md` existing in the same directory.