Andy Alt

Results 158 comments of Andy Alt

* OS: Manjaro 21.2.6 Installed revolt-desktop from the AUR. Whenever I grant permissions to my audio devices and then back out of the settings menu, the audio settings revert to...

Sounds like what may have happened to me when I disabled and re-enabled. I'm running Debian Jessie 8 x64. The module built great! Is this information helpful? (The RIP message...

You're welcome. I still have the build directory; need any logs from there?

I noticed this on the "recent" tab: Additionally, for videos submitted from users who don't have an avatar set in his account, the avatar displayed for that video is from...

> I am unable to use execute(F5), I get the message: > `06:38:20: Cannot execute build command "xterm -e "/bin/sh /tmp/geany_run_script_Z4MN20.sh"": No such file or directory. Check the Terminal setting...

I just noticed these warnings from my change: ``` WARNING: Library target 'ui' has 'name_prefix' set. Compilers may not find it from its '-lui' linker flag in the 'ui.pc' pkg-config...

I submitted PR #545 for this issue.

> The rule has been removed in https://github.com/sindresorhus/awesome-lint/releases/tag/v0.13.0, so this issue can be closed now. readme needs updating https://github.com/sindresorhus/awesome-lint#special-comments

> > or even simpler: > > ``` > configure_file(portmidi.pc.in portmidi.pc @ONLY) > ``` I don't necessarily think that's simpler but it depends on how people like to use variables....

@sonoro1234 CMAKE_PROJECT_NAME in the portmidi cmake file is getting overwritten with the variable from your /CMakeLists.txt. Instead of using add_subdirectory(), I believe you should be using [ExternalProject_Add()](https://cmake.org/cmake/help/latest/module/ExternalProject.html).