Hennadii Chernyshchyk
Hennadii Chernyshchyk
No, I just don't have a time to work on a completely new implementation of a new shortcut library. But as I said - I would happy to reuse it...
> It should not be that much of work right? If it were that simple, the implementation would already be in there. You said yourself `There are dozens of hotkey...
> QHotkey does a lot of it. We just have to split QHotkey in its Qt api and the low level code. rom there on you can you can only...
> Now, the rule is to inline table as much as possible, unless 'column_limit' is exceeded. Could we have an option to disable this behavior?
> Then the above example will become this: I meant to add an option to completely disable table inlining / deinlining. Is it possible?
> Other formatters who have similar behavior (which I know of) are ormolu (haskell) and black (python). Clang Tidy (C++) have also the same behavior.
> Telescope already supports quickfix filtering The issue is it uses fuzzy finding which is not always desirable.
Oh, sorry, I thought that it's a different issue :) The workflow is good, but bqf provides more. Fzf integration for Neovim also have quickfix picker.
> Recent enough vcpkg versions come with a facility that can install vcpkg dependencies. Set X_VCPKG_APPLOCAL_DEPS_INSTALL=ON for your CMake project to enable it. Not enough, `X_VCPKG_APPLOCAL_DEPS_INSTALL` won't install libraries that...
Interesting, no, I didn't know about it! I executed `windeployqt` manually: https://github.com/crow-translate/crow-translate/blob/652a04ff5c5440f59db03ece04e07bb6fce25807/CMakeLists.txt#L256-L258 And then copy missing libs manually: https://github.com/crow-translate/crow-translate/blob/652a04ff5c5440f59db03ece04e07bb6fce25807/CMakeLists.txt#L260-L263