bitraid

Results 55 comments of bitraid

I also noticed that the delay is much less if the ConEmu far plugins are not installed.

After testing on different machines i noticed that the delay is very small (barely noticeable) on a fast system but really shows on slower VMs.

I've just tested the same ConEmu+Far setup on two virtual machines with identical hardware (and on the same host), one running Windows 10 v1607, and the other Windows 10 v1809....

> can you share commands to reproduce the two issues? Just run `read` (from both interactive and script) after setting `fish_cursor_*` in vi mode. For example (assuming default terminal cursor...

`os_access` won't work because it uses `_waccess`, which for directories, only determines whether the specified directory exists. Checking using `CreateFileW` fails for `C:\` because, unless elevated, there are no write...

Currently, only Bulgarian and German translations exist (buttons text are from NSIS MUI2). Pull requests are welcome: https://github.com/Drizin/NsisMultiUser/blob/master/Include/NsisMultiUserLang.nsh

Is this the place to complain about Qt 6.8 problems? Because I have a weird one: It seems that there are (again) problems with bitmap fonts. With version: ``` qutebrowser...

There is a quick fix for it (not merged): https://codereview.qt-project.org/c/qt/qtbase/+/601910 The bug report is here: https://bugreports.qt.io/browse/QTBUG-130586

OK, last post about this, to let everyone know that a fix has been merged today (though not a proper one): https://codereview.qt-project.org/c/qt/qtbase/+/602168