Konstantin Tokarev

Results 24 issues of Konstantin Tokarev

You can say that this is not a serious issue and one just should avoid misclicks, however, with traditional git commit + editor workflow it's much harder to lose typed...

Many IDEs and diff tools not only colorize `-` and `+` lines, but also highlight parts of respective which were actually changed, so that common parts can be more visible...

enhancement

In modern git versions when file was both renamed/moved and changed, `git diff` shows actual diff in content, while `git gui` still displays old version of file as removed and...

It seems like git-gui is using `xdg-open` or something like that when clicking on "link" with current file name. It would be great if it was possible to use custom...

I'd like to build a package from Conan Center in CI with custom choice of CONAN_OPTIONS and compilers. Is it there any easy way to make CPT build, test, and...

type: question

I'd like to build packages with MSVC in release mode but using MDd runtime. However, setting `CONAN_VISUAL_RUNTIMES="MD,MDd"` and `CONAN_BUILD_TYPES=Release` variables doesn't allow that, as MDd runtime is filtered out for...

type: question

I'm using pigz to speed up transfer of large files from embedded device to server. It goes like this: ``` pigz -1 -p2 -c | curl -T - $url ```...

I have Ryzen 5950x, and right now `ryzen_monitor` output doesn't completely fit into my terminal. In "monitoring" mode, i.e. without hitting Ctrl-C, I can only see cores 9–15 and anything...

I've recently worked with CP2K, and its optimizer is far from being stellar. AFAIU, they use fractional coordinates (XYZ projected onto lattice vectors) which is clearly suboptimal for crystals composed...

There are a few empirical corrections which are often used in DFT computations and depend solely on geometry of the system, for example `DFT-Dn` (with `n < 4` [*]), `gCP`,...