Michał Cukierman

Results 5 issues of Michał Cukierman

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Client - 3.1.0 Pulsar - 3.1.0 (and later builds) Also reported on 3.0.1...

type/bug
category/reliability

**Description** Empty Image Gallery (without any image) is not selectable and misaligned. **Steps to reproduce** - Add an empty container - Add an image gallery - Remove the initial image...

bug

Angular plugins will be removed in future release, it's easy to switch panels to not-deprecated versions: https://grafana.com/docs/grafana/latest/developers/angular_deprecation/angular-plugins/#automatic-migration-of-plugins

Graph (Angular based) s deprecated in the new versions of Grafana. In order to automatically migrate to `Time Series` (React) dashboards the following steps are required: 1. Start Grafana in...

It appears that attaching exceptions to spans in error handlers could be implemented relatively easily, improving the observability of failures. The approach taken in the Quarkus handler ([AttachExceptionHandler](https://github.com/quarkusio/quarkus/blob/main/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/intrumentation/resteasy/AttachExceptionHandler.java)) uses the...