2023
Jun
8
awarded Editor
Jun
8
revised Remapping mouse buttons to keyboard keys
Clarify and add reboot-alternative
Jun
8
comment Runtime Argument for No Sandbox
This answer did not work for me. Instead, I can confirm the same behavior as seen here under Arch Linux: stackoverflow.com/q/72518507/5885566
Jun
8
comment Passing double quote shell commands in python to subprocess.Popen()?
There is still some cases in which shell=True is just the quickest solution (for instance, I did not figure out how to deal with multiple quotations in an argument without a separate bash script)
Jun
8
comment How to detect when mouse 1 button is pressed then run a bash script?
Decent answer, even simpler than unix.stackexchange.com/a/171583/310042
Jun
7
comment Can't start Visual Studio Code in root, how do I do this
Very good question! I have the same issue, VSC just keeps complaining regardless of the --no-sandbox flag and refuses to launch when providing --user-data-dir /home/$USER. (If you are aware of the dangers, using VSC as root can be quite handy, e.g., for editing system config files without dealing with vim and editors alike.)
Apr
26
comment Allen & Heath Xone K2 MIDI device not available in QLCPlus while working in Mixxx
Sure, in the Inputs/Outputs tab it says XONE K2 MIDI 1 is assigned to my universe (1). Also, interestingly, the mapping assistant works fine with an AKAI Fire controller. The output in the terminal looks similar and it just works in QLC+, which proves me right configuration-wise. On the other hand, AKAI MPX8 does not work just like the XONE K2.
Apr
18
asked How do websites detect my browser
Apr
14
answered LaTeX Error: Command \etalchar already defined
Apr
7
asked Allen & Heath Xone K2 MIDI device not available in QLCPlus while working in Mixxx
Mar
29
awarded Good Answer
Mar
24
comment How do I convert a BibTex bib file to Word 2010 XML?
This was actually the easiest way for me, too. Just export from Zotero as BibTeX, open in JabRef, export via File -> Export and import as source in MS Word.
Jan
18
awarded Yearling
Jan
18
awarded Yearling
2022
Dec
9
comment Changing the color of matplotlib's violin plots
Since you don't know whether means etc. are enabled, you could simply loop through all available parts with for partname in violin_parts. However, as the 'bodies' part is a list itself, you'd have to skip that one (with if partname == 'bodies': continue) and handle it manually. (Based on what I learned from the comments on @Nick T's answer.)
Nov
4
revised tikz png output does not output a png
added 35 characters in body
Nov
3
revised tikz png output does not output a png
add beamer instructions
Nov
3
answered tikz png output does not output a png
Oct
17
revised xrdp session: Login failed for display 0
fix typo
Sep
9
awarded Autobiographer
1 2 3 4 5