Karsten Jeschkies

Results 36 issues of Karsten Jeschkies

In order to avoid confusion it would be nice if the incident label could automatically update to `Acknowledged` or `Resolved` without reloading the incident's page. This would be similar to...

feature request

Sya I have an integration filter `Integration: Loki-Prod` and I click on an incident. When I then click the left arrow next to the title the integration filter is gone.

bug
ux/ui

Hi, I use the dbpedia extraction framework to extract link and category information. I have this: ``` val source = XMLSource.fromFile(new File("enwiki-latest-pages-articles.xml"), Language.English) source.toIterable .zipWithIndex .map { page: WikiPage =>...

question
type: data
status: cannot reproduce
status: triage-discussion-needed

Hello, I would like to encode an objects without allocating the JSON string in memory. The serializer should write the bytes to the writer immediately simila to gojay's [Stream Encoding](https://github.com/francoispqt/gojay#stream-encoding)....

question

**What this PR does / why we need it**: With the introduction of sending query plans with custom nodes to the querier we can now shard `first_over_time` queries. **Checklist** -...

size/XL

I'd like to add marhsalling and unmarshalling to this package. I'd implement [encoding.BinaryMarshaler](https://pkg.go.dev/encoding#BinaryMarshaler) and the [`smallBytes` format](https://github.com/tdunning/t-digest/blob/main/core/src/main/java/com/tdunning/math/stats/MergingDigest.java#L883) from the Java reference implementation. Alternatively, I could add `AsBytes` and `AsSmallBytes` method....

Since GitHub Actions support [job summaries](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/) it would be nice to support a Markdown formatted summary.

enhancement

:wave: I'm using Neovim and love this theme. However, the cursor is too light. How can I change its color via Lua?

I'm trying to create a temperature sensor with a Raspberry Pi Zero. At first the device could be found but not paired. I've got the error "Device is incompatible" on...