Máté Cserép

Results 120 comments of Máté Cserép

The source of the issue indeed seems to be when the docker container is executed in detached mode (`-d`). Unfortunately, setting any of the proposed environment variables has no effect.

We shall verify whether this issue still persists or not.

If I remember correctly this issue was only faced with projects/files with a **long** history. Based on the code I think the source of the issue will be, that `GitServiceHandler::getBlameInfo`...

> @bruntib @mcserep Does anyone remember in which particular file we had this issue? I remember it was in LLVM, but not the exact file. However, I could reproduce the...

What is the status of this bug report @intjftw ? Is it still present or has it been resolved?

My suggestions: - Drop support for Ubuntu 18.04. Its EOL is already near anyway and one problem less here. - Use LLVM 11, which can be installed from the standard...

The Ubuntu 18.04 CI jobs failed both for #582 and #584 recently. It seems Thrift 0.13.0 does not compile anymore on Ubuntu 18.04: > CSC : error CS7027: Error signing...

Hello Steven, That seems like a lot of usages :smile: . I have managed to reproduce the issue and it indeed takes altogether nearly a minute to get the extended...

Thanks for sharing how you solve this issue @shijunjing , it is a nice workaround. However, it would be better in the long run to automatically create a log file,...

@intjftw: this was the reason for the bug around `MetricsParser` we found today.