Alexey Vinogradov

Results 21 issues of Alexey Vinogradov

Hi! I already see that there already exist schemas for configuration: https://github.com/revapi/revapi/tree/main/revapi-basic-features/src/main/resources/META-INF. But I can't find the basic configuration schema, that I can use to validate configs. It would be...

Hello! I would like to see direct support for coroutines (for example, using [Kotlin's `delay`](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/delay.html) instead of `Thread#sleep`).

I've added the empty value to the Object deserializer in maps as `new Object();`. Fixes #3489

**Describe the bug** When I'm using `JsonSetter.Value.forValueNulls(Nulls.AS_EMPTY, Nulls.AS_EMPTY)` for nullable value with type `java.lang.Object` in a Map, I still getting the null in the deserialized object. I think that problem...

to-evaluate

See this: https://github.com/yegor256/jpeek/pull/330. In this request, the coverage report didn't add.

For some cases, it would be helpful if there was the ability to watch an app's health status.

priority/needs more evidence

It will be very convenient to me checking my `.rultor.yml ` via some schema, for example in my IDE. Intellij IDEA, for example, has the ability of autocompletion if the...

This is a part of #178. See this: https://github.com/zeebe-io/zeebe-simple-monitor/issues/178#issuecomment-724573831 So, needs to remove access to DB, exporters, and use only GraphQL API of ZeeQS.

This is a part of #178. After #201 we can improve the current UI to make it works directly via GraphQL.

**Is your feature request related to a problem? Please describe.** This issue originates from [my comment](https://github.com/camunda/zeebe/issues/9282#issuecomment-1169569748). So, the main idea is to add Open Telemetry support for Zeebe, to figure...

kind/feature