Alex Alabuzhev

Results 206 comments of Alex Alabuzhev

> The parameter is incorrect Unfortunately, this is exactly what the system copy function returns. You can see the same error message from the "copy" command in cmd. > There...

> Did I correctly find out, in case `Use system copy routine` is `on`, it is called `CopyFileEx` from https://github.com/FarGroup/FarManager/blob/master/far/platform.fs.cpp#L1524? Correct. > Could you be more specific which function from...

"Change drive" menu can show various extended information. Some of it, e.g. disk label or filesystem, requires disk access for obvious reasons. You can choose what exactly should be displayed...

@johnd0e, is it still relevant?

@dr-dba if you look at the top right corner, you might notice the "Draft" label. I hope its meaning is obvious, but, just in case if not, it means that...

@zg0, AFAIR it's a known bug due to a8b5d539fe27e6985797d16c9bf35a98535c9d7e?

> может показывать текст - как он выглядит в текстбоксе? Sounds reasonable, but in the textbox it can be either `"→ "` if Tab is the last character or `"...

Static analysers are a good thing, but please don't follow their suggestions blindly: quite often they can be either pointless or even make things worse.

> so that it can be specified when configuring Windows Terminal Have you tried it? I did and I'm [not happy with the result](https://github.com/microsoft/terminal/issues/11732). It seems that WT (or likely...

The idea is good, we definitely need to improve the logging, but... loguru: - has no idea that wide strings (`std::wstring`, `const wchar_t*`) exist. - doesn't work with the current...