Aliaksandr Trush

Results 30 comments of Aliaksandr Trush

nvim-ts-rainbow2 plugin is deprecated. But for rainbow-delimiter plugin (that is suggested replacement) HL groups added in #248

> @aliaksandr-trush could the resizing on focus change be related to #6262? I do not think so. I would say Window Frame calculation logic should be reviewed. I've already made...

@penknife 1. "warning" message doesn't related to the issue. 2. The issue is possible when one of the formatter threads received error and unable to continue. Could you attach more...

Good idea, Unfortunately we do not have enough resources to implement this changes now. But you can try to do it by yourself and create an pull request. You can...

@bheemreddy181 did you try ReportPortal::Cucumber::ParallelFormatter ? It's reporting all threads to a single launch. If you need implement your own solution you can how it is already implemented in parallel_report.rb

I also have issue with memory leak for xdg-desktop-portal. This is result for `px aux` command: ``` ~/.config/nvim (local*) » ps aux |grep xdg-desktop-por aliaksandr@t14s-fedora aliaksa+ 3262 15.6 0.6 1208656...

Hi @swick , I've tried to run with asan build, but didn't receive any useful information: https://gist.github.com/aliaksandr-trush/03001b3c8095011cc471253635c751f2 (I am not sure that I've run build correctly. Let me know if...

@hfiguiere running the same process with `_build/src/xdg-desktop-portal --replace 2>&1 | tee out.log`, waiting to memory leak appeared (9 Gb memory usage by the process) and then triggered `kill -HUP process_id`...

When introducing the problem on purpose, I'm able to receive asan output. That probably means that asan unable to find Memory Leak issue in actual code base for the issue....

Attaching first results after few minutes run: [valgrind1.txt](https://github.com/user-attachments/files/21260292/valgrind1.txt). But I do not see huge memory usage yet. I'll collect the process logs for a few more days to provide more...