Magnus Groß

Results 18 issues of Magnus Groß

A PR would be much appreciated.

help wanted
good first issue

First of all, thanks so much for developing this project, it is rare to see real innovation happening in this area, especially since lately people seem to be stuck in...

Similar to `thesaurusfunc`, we could have an option `msgfunc` that allows the user to define a custom function that displays messages that are printed with `:echo`, `:echom`, etc... I think...

enhancement

### Context Right now Mumble iterates through every program name of every PID for every positional audio plugin. This is quite wasted CPU time if either the PID count is...

client
feature-request
good first issue

### Context Right now, on pretty much all reasonable distributions, the [ptrace_scope](https://man7.org/linux/man-pages/man2/ptrace.2.html) is set to `1 ("restricted ptrace")`, which means that positional audio plugins that require peeking into the game's...

positional audio
feature-request
good first issue

It would be cool, if there was a simple way to enable the qtquickcompiler for Fluid. Maybe enable it for Release builds like this: ```javascript CONFIG(debug, debug|release) { message("Running debug...

Bash debugging does not work, I don't really understand how to make it work. I put `let g:vimspector_enable_mappings = 'VISUAL_STUDIO'` at the top of my vimrc, then later I call...

documentation

Maybe this is just an issue with the Arch Linux packagers, but recently they updated aubio from 0.4.2-2 to 0.4.6-3. While my application worked perfectly fine on the old version,...

pending

I am trying to switch from libinput-gestures. libinput-gestures supported some internal commands, like for instance `_internal ws_up` to switch to the next virtual desktop, which worked independent of the DE/WM....

Right now, if I use sfizz's C++ API and load a sfz file with `loadSfzFile()`, then sfizz may print out lot of stuff on stdout, e.g.: ``` Changing default sample...

bug
improvement