Ronald

Results 45 comments of Ronald

> On which platform(s) is this standard behaviour? Homebrew? Linux `find_package`'s search paths: https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure On Manjaro, `CMAKE_SYSTEM_PREFIX_PATH` is ```shell /usr / /usr /usr/local /usr/X11R6 /usr/pkg /opt ``` > Should it...

> Documentation says cmake will look in all paths listed in `CMAKE_SYSTEM_PREFIX_PATH`, so if you install under `/usr/local` (or `/opt`) they way it is normally done, and not under an...

> ``` > find_package(libxlsxio_read REQUIRED NAMES xlsxio) > ``` Not working > ``` > find_package(libxlsxio_read REQUIRED NAMES libxlsxio_read xlsxio) > ``` Not working

Keep it simple I'm going to use conan for encapsulation

`clangd` is better to depend on intermediate result when compiling, I think it should also be tolerant enough for errors, for it is to assist developers, not for building. I...

> > `clangd` is better to depend on intermediate result when compiling, > > That would mean that you have to build it (slow) before you can use clangd. >...

> Hi @playgithub , > > do you mean something like? Yes, Qt Assistant as an external windows. > ![image](https://user-images.githubusercontent.com/3163807/123511952-e1f6b100-d684-11eb-9439-3e73ddaebb37.png) > > This is already built-in, but I have a...

Have `activateKeyword` been tried? ``` QByteArray ba; ba.append("activateKeyword "); process->write(ba); ``` |Command | Brief Description| |-- | --| | activateKeyword | Inserts the specified into the line edit of the...

Yes, for the case below, I have to dig into the patch to * find out the problem when patch * decide what to patch * decide where to patch...

> Hi, uninstallation of chromum-based edge is fixed and system app should work fine. Does latest versions work for you? Yes, it works for Windows 11 Pro. Thanks