Marius

Results 27 comments of Marius

>i assume you were then running the subprocess in some area of the screen that Notcurses wasn't touching? No, I was calling `system()` on the same (main) thread as all...

I don't know about LunarVim but with a standard configuration you can simply put it into `~/.config/nvim/lua`. You should also be able to place it in one of the directories...

I think this might be a bug in AppImageLauncher. `libappimage` tries to detect `.DirIcon` as `png` (or an `svg`, alternatively) but fails. None of the `png`s I tried worked, but...

Archlinux is shipping tmux 3.4 with sixel support as of last week and I am now hitting this issue.

@satmandu What you are experiencing happens when playing a movie that is in an MP4 container on Android, for some reason audio is not transcoded to stereo. Remuxing the file...

> > @satmandu What you are experiencing happens when playing an MP4 on Android, for some reason audio is not transcoded to stereo. Remuxing to MKV works for me every...

I have now compiled the package with ``` make ./configure --enable-download --prefix="${pkgdir}/usr" \ --libexecdir='${prefix}'/lib/Macaulay2 \ --enable-shared make -j1 make install ``` Now the package only contains the folder `usr`. `grep`ping...