mateuszzz88

Results 7 issues of mateuszzz88

I am compiling on ubuntu 20.04 (2.31) and forcing glibc 2.19. It doesn't work because of new symbol `fcntl64` which wasn't included in previous versions of glibc. This SO answer...

I have a graph that is very crowded in some places. Highlighting node and its edges red (with search box) helps a lot. However It often happens that highlighted edge...

enhancement

`spdlog::async_logger::flush()` is non-blocking operation. Flush is scheduled for later. I would like to have blocking variant that will wait untill everything that was scheduled for logging untill now is flushed...

enhancement

Some warnings show where problem is pinpointing particular character. After xcpretty the hints are wrong ``` ⚠️ /Users/mateuszl/src/borg/separate_libs/libs/box_db_wrapper/src/MutatingBoxDatabaseWrapper.cpp:234:53: loop variable 'keyValue' of type 'const std::pair &' (aka 'const pair &')...

I added xcpretty to my gitlab ci build. I have strong suspicion that it buffers output and flushes only when buffer is full. I base it on the fact that...

Most our code is not formatted. We want to "get there" by steps, so we use this hook to format modified code and even then it is not always used....

Hello, I have python script that successfully runs from console * I did `az login` * I have `main.tf` * scripts does create resources and then destroys them. * and...