Dmitrii Dolgov

Results 24 issues of Dmitrii Dolgov

I'm not 100% sure (because I have quite complex code to reproduce this), but it looks like sometimes `fadeOut` function can be executed after tooltip reopening, if time interval between...

Currently all the user-facing configuration is validated manually (sometimes on demand). So far it worked due to careful approach, but I think it's obvious that centralized declarative verification (using something...

Hi, From what I understand, if `stats_users` specified in configuration, it needs to be present in `auth_file` to be able to connect to the admin db. This is the case...

Hi, TL;DR The topic was discussed few weeks ago. Here is a proposal to change the way PRs are merged into the main branch. # State of things Currently, PRs...

kind/feature

I'm little confused about formatting a `Text` type. I'm trying to do this: ``` haskell import Data.Text.Format import Data.Text.Encoding format "{} {}" (decodeUtf8 someByteString, otherParams) ``` and this happens: ```...

## Description Currently benchmark CI step is disabled. Turn it on with following changes: * Use berserker instread of hackbench * Use regular ttest instead of IQR * Compare CPU/Memory...

do-not-merge/work-in-progress
run-benchmark
update-baseline

## Description Reduce number of bpf programs we include into the final probe. This helps to reduce the probe size, and as a side effect helps fighting debug log truncation...

all-integration-tests
run-multiarch-builds

## Description PoC for generating GHA components mass-producing control variables for further pipeline configuration. [Dhall](https://dhall-lang.org/) is used for generation, one needs to have `dhall-to-yaml` available. ## Checklist - [ ]...

do-not-merge/work-in-progress

The ideal result is: * Incorporate relevant workload generator into the KubeBurner * Perform ACS Scale tests using the configuration above against a cluster with `core_bpf` collection method * Collect...

To make troubleshooting (especially in the field): - [x] Cherry-pick logging improvements for libpman - [x] Enhance asserts logging - [ ] Log major Falco process stages - [ ]...

optional