Konstantin Ivanov

Results 64 comments of Konstantin Ivanov

Yeah, it's gonna take a while :)

Finally, I rebased upon beam-0.8.0.0 branch. Now there are a couple of small issues: 1. CI here is not triggered, probably because I'm proposing this change from another repo. Is...

Yeah, @tp-woven I would be glad if you manage to take this work or pick it as inspiration for your own implementation, especially since @kmicklas approved this. Now I cannot...

I have a similar issue, using `git.diff.each do |file| ... `. Unfortunately, with this approach, there is no way to obtain the new name of the file, and AFAIS this...

I highly do not recommend starting using batches before [one issue about batching](https://gitlab.com/morley-framework/morley/-/issues/403) is implemented. The interface should change, hopefully, after that making a batch will be as simple as...

CI is failing due to warnings / compilation errors also related to LTS-21. Other than that, LGTM.

Okay, I fixed the errors that I saw (note there are fixup commits, you may want to squash them after reviewing them). However now some really scary errors bumped up,...

If any of the above does not make sense, please drop a comment explaining better options.

_Comments for Monday:_ > It seems that we can fix most of the mentioned issues (except parallel files parsing) just by replacing the lazy readFile with the strict version. Yep,...

_Feel free to read on Monday_ > I used ls -l /proc/$PID/fd, counting the output's lines, and adapted it a bit to get continuous time series. I see, this concrete...