Results 6 issues of hipersayanX

### Discussed in https://github.com/webcamoid/webcamoid/discussions/541 Originally posted by **090media** June 2, 2022 It would be nifty if the installed application appeared in the Windows "Programs and Features" list for easy uninstall...

Critical: Bug
Platform: Windows

About giving support to future MacOS versions, I've some things to say... I will be clear, I will try to give MacOS support as long as possible, but at this...

Platform: Mac

Hi, I'm trying to compile Boost for Android, this is the code that I'm using. ``` ./bootstrap.sh -with-toolset=gcc userConfigs=$srcdir/$_srcname/user-config.jam cat "${userConfigs}" using clang : android : ${ANDROID_CXX} : ${ANDROID_AR} \...

Hi, I'm trying to pass some github predefined [environment variables](https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables). I've tried passing the variables as: ``` options: >- -e GITHUB_REF=${{ env.GITHUB_REF }} -e GITHUB_SERVER_URL=${{ env.GITHUB_SERVER_URL }} -e GITHUB_REPOSITORY=${{ env.GITHUB_REPOSITORY...

**Stage 1**: Make it work Ready :heavy_check_mark: ![Webcamoid in Android](https://user-images.githubusercontent.com/1249885/54470132-9228a000-4781-11e9-9a3e-2fe784f9d648.png) :sunglasses:

Platform: Android
Project: News

This error message is shown when loading libzimg.so in Android. ``` 07-16 18:52:46.819 2240 2256 E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread 07-16 18:52:46.819 2240 2256 E AndroidRuntime: Process: io.github.webcamoid.Webcamoid, PID: 2240...