Adel Kara Slimane

Results 15 issues of Adel Kara Slimane

Hello, I am trying to capture the audio of my machine using the example from `music_bot.py`, and modified it accordingly: ```python #!/usr/bin/env python #!/usr/bin/python3 import pymumble_py3 import subprocess as sp...

Hello, I have been working on [adding](https://github.com/gentoo/gentoo/pull/22845) LXQt 1.0.0 in Gentoo. And I found a small something LXQt devs should go through to abide by the book in the XDG...

Hello, This PR attempts to implement few features I wanted to have in the menu of LXQt panel: - Search without needing to click or hover the search line edit...

Hello! To simplify packaging (I want to write an ebuild for Gentoo's GURU) so the code given in the releases tarballs can be used directly, it would be awesome if...

Hello guys, as I started benchmarking with `log_interval=0` to have accurate percentiles (MangoHud otherwise simply saves to disk 1 frame every log_interval), the produced files are too big to be...

Hello, Since I saw that meson automatically handles library paths according the host machine, it should handle properly MangoHud's multilib building. In this PR: - Rely on meson to determine...

Hello! Hope you have been doing well and would like to thank you again for this project. I just tried to lunch two OBS instances for the same game to...

Hello, I am trying to add [zecalcualtor](https://github.com/AdelKS/ZeCalculator/) to this project but I am having difficulties getting it to build, I tried to use the qmake `.pro` file (the only thing...

Hello, When building with `clang` + `lld` linking issues arise ``` CXX=clang++ CC=clang CXX_LD=lld C_LD=lld meson setup build -Dwith_xnvctrl=disabled cd build meson compile ``` we get these kind of linking...

Hello, I came across the need to serializing an `std::array` and static type hashing doesn't have the specialization of `std::complex`, would be awesome to have. `std::complex` have strict requirements where...