alexgavrushenko

Results 4 issues of alexgavrushenko

While updating series and changing tooltip state, may encounter a javascript error ``` TypeError: series is undefined ChartsItemTooltipContent@webpack-internal:///../node_modules/@mui/x-charts/esm/ChartsTooltip/ChartsItemTooltipContent.js:34:7 ``` May appear while 1. Moving mouse fast enough 2. Update series...

bug 🐛
component: charts

### A detailed description of the feature you would like to see added. It would be nice to move out terminal-related references from custom_styling feature to tty ### Explain your...

t: feature

## 🐛 Issue When rendering large datasets that contain **newline characters**, there is **significant performance degradation**. This is caused by excessive **GC pressure** due to unnecessary `.split()` and `.splice()` operations...

## Summary When using Loki sink with JSON enconding, label values with '"' and '\' chars are pushed to Loki normally, while Protobuf encoding causes errors like: 'couldn't parse labels:...