markk
markk
Fixes for two errors encountered when switching outputs to spdif-optical.
Hi and thanks for this script. Do you think it might be possible to add an option to change the AudioFuse mix routing setting? i.e. assigning the monitoring mix to...
It would be great to be able to set desired widths for new windows based on wmclass. I tried this in `user.js` but it had no effect. ``` Tiling.defwinprop({ wm_class:...
Small spelling correction.
`mu4e-ask-maildir` hard-codes "/" as initial input for maildir selection. This is unnecessary for substring matching with modern completing-read functions and should be user-customisable.
Harmonizer() included division which produces a float in python3. Values were therefore not valid to be passed to Transpose().
After upgrading to v0.8.2 my mouse wheel doesn't work, presumably due to 2603e89999a25f6d65d2bce388ddb6f387101416. Is this intentional and/or workaroundable? This is using sway (--features sway).
strace shows the output file being unlinked after being opened. ``` $ sox -n noise.wav synth 1 whitenoise channels 2 $ soxi noise.wav Input File : 'noise.wav' Channels : 2...
I'm getting this error logged continuously on macOS when using the CoreAudio driver. This starts as soon as Carla starts up, even with an empty patchbay. It seems to have...
In this line: https://github.com/quentinsf/IMAPdedup/blob/b232a13bf923292dccb0dd22a78b74e20950daf3/imapdedup.py#L348 `(\Deleted)` should be `(\\Deleted)`, or alternatively the whole comment tagged as a raw string (r""" ... """). This triggers a SyntaxWarning since Python 3.12. https://docs.python.org/3/whatsnew/3.12.html#other-language-changes