Results 110 issues of Alex2772

![image](https://user-images.githubusercontent.com/19491414/174308847-10cb88bf-6cc5-436d-88f1-919ae02dd80f.png)

good first issue

It's the case of the gRPC library. Consider the imported library MyLibrary contains several package configs: `MyLibrary-config.cmake` for the actual library and `MyLibraryHelper-config.cmake` for some helper stuff. How can I...

cmake
design

- [x] Initial adoption - [x] Pipeline checks - [x] Windows - [x] Linux - [x] MacOS - [x] iOS - [x] Android - [ ] Publish to conan.io? (8.0.0...

1. Use `value()` getters instead of `getValue()` - does the same job but shorter. 2. In Doxygen documentation, use `@` instead of `\` because `@` is more common.

good first issue
unimportant

Fast gaussian blur: 1. Downscale framebuffer texture 2. Do 2-step gaussian blur of the downscaled texture 3. Draw result using linear filter

feature request

AUI is not capable to handle emoji characters or other complex unicode characters ``` void AView::onCharEntered(char16_t c) ```