Adel Kara Slimane
Adel Kara Slimane
I am probably doing something wrong, I dropped this `CMakeLists.txt` file at the root of the project and cmake gives me this: ``` ninja: error: build.ninja:143: bad $-escape (literal $...
> IMO, until we find the real cause and eradicate the problem — or at least until we find an efficient workaround without a delay — the current delay is...
> I will dig deeper and see if we can use `QKeySequence` everywhere instead of `QString` of keyboard shortcuts. Unfortunately not, it is more constraining and it does not solve...
> I may not have understood well, but it's already like that (here Alt+F1 and type) Yes, but if you happen to hover menu items you cannot search any longer....
Here's a small demo video illustrating the changes so far (some visual bugs can be seen): https://user-images.githubusercontent.com/13605217/149325586-a2ca48e4-75c1-4439-94c4-d896edb3b69e.mp4
Hello, With [some help](https://github.com/lxqt/lxqt/discussions/2241) I could successfully debug and rebase this PR against latest master. Feedback would be much appreciated. Thanks!
I am interested in the answer to this question too! I am the (proxy) maintainer of amf and AMD's official Vulkan and AMF drivers on Gentoo. I am in the...
Hello! Thanks for this work ! It compiles fine and well. I unmasked the Qt 6 packages so it pulled them off as a dependency, I suppose that's on purpose....
Okay the `ClangCodeModel` doesn't work even without trying to enable C++ 20, it gives errors with this `test-cpp.pro` ``` TEMPLATE = app CONFIG += console CONFIG -= app_bundle CONFIG -=...
I checked in `vscodium` with `clangd` and it does not issue the same error messages. So the issues is most likely not with `clangd`, but maybe with how it's getting...