Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

> using the current errorformat It would be great to being able to set custom `errorformat` for some tasks.

Tranek [suggest](https://github.com/tranek/GASDocumentation#2-sample-project) (scroll down a little) to use `GA_` for GameplayAbility, `GC_` for GameplayCue and `GE_` for GameplayEffect.

I had the same problem. Controller worked only via USB. I downloaded the latest version of Windows, updated the controller firmware via Xbox Acessories and paired. Then rebooted into Linux...

> I'll create a PR for it for you to test. Great, just ping me.

Currently can integrated with CMake by using [CPack External Generator](https://cmake.org/cmake/help/latest/cpack_gen/external.html). You can take a look at [this](https://gist.github.com/slurps-mad-rips/019106e20b297174abf30a8f74eff9b3) gist for an example. [This](https://github.com/crow-translate/crow-translate/commit/4f8a1f41347442671ea07153dc00416476f39ec2) is how I personally integrated it into my...

Thanks, I wrote a similar solution but in lua (Neovim 0.5+) and I am reusing already existing groups. Funtion itself in `lua/devicons.lua`: ```lua local M = {} function M.set_icon_colors(config, filetypes)...

> but it looks like it is not. It was included in following commit: It's because Qt removed it in 6.0 and re-introduced it in 6.2.

Perhaps you built without QtExtras? Because I [have](https://archlinux.org/packages/extra/x86_64/qt5-x11extras/) these files: ``` usr/ usr/include/ usr/include/qt/ usr/include/qt/QtX11Extras/ usr/include/qt/QtX11Extras/QX11Info usr/include/qt/QtX11Extras/QtX11Extras usr/include/qt/QtX11Extras/QtX11ExtrasDepends usr/include/qt/QtX11Extras/QtX11ExtrasVersion usr/include/qt/QtX11Extras/qtx11extrasglobal.h usr/include/qt/QtX11Extras/qtx11extrasversion.h usr/include/qt/QtX11Extras/qx11info_x11.h usr/lib/ usr/lib/cmake/ usr/lib/cmake/Qt5X11Extras/ usr/lib/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake usr/lib/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake usr/lib/libQt5X11Extras.prl usr/lib/libQt5X11Extras.so usr/lib/libQt5X11Extras.so.5...

> That's right together with dev headers. It should just work, but mu point is that there is no method called isPlatformX11 in QtX11extrass lib itself until 6.2 That's strange....