Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

[FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) can be used to easily integrate ABC. But this will require raising the minimum CMake version to 3.11.

> Just a short comment: raising the minimum cake version to 3.11 is not a problem at all :) It would be cool, but according to [@andrewvaughanj comment](https://github.com/stp/stp/pull/411#issuecomment-889132697) we can't.

It would be very nice to have this feature.

Do you want to save user settings after switching from the registry to portable settings?

> Currently you can you use --exclude-files to exclude files or folders with glob patterns i.e src/ui/* Yes, sure. > Tarpaulin could potentially do something with the features and cargo.toml...

Oh, so it's likely because of the lifetime specifier, makes sense. > I feel that shouldn't be included in the "must cover" analysis anyway so there is likely a simpler...

Does anyone need to have `kind_labels` empty? If not, then we can read `CompletionItemKind` if `kind_labels` is not set. Or, alternatively, it could be an additional boolean option.

> the intention of this design was to allow a user to create this struct once with the right parameters But I most of the application doesn't need all of...

> As soon as applications use more than one, it should already be cost-effective, because the expensive operations are only executed once. You doing it once, but you create a...

@Danct12, I noticed that plasma packages are already available in the repo. Is it possible to install it manually on barebone image? Or are images with pre-installed plasma coming soon?