Rubin Simons

Results 117 comments of Rubin Simons

Fair enough, I thought JoinMST was MST only, because, when I would run xrandr with LD_PRELOAD set-up, It still shows me all displays + ports and all monitors, which put...

Alright, it worked, I got Assassin's Creed Odyssey running on my Dell UP3218k at 8k, doing about 45 fps, everything at Ultra, anti-aliasing off (4090, 13900T). I had to add...

It works! Thanks so much, I can't tell you how long I was struggling with this, such an improvement to my workflow. I did notice that in xsane, I can...

By the way, is it expected that `xsane` only shows a `Color` and `Gray` scan mode? I would expect `B/W` also, but for some reason, it doesn't show it.

I'm running into this issue also, but in my case it's `bash`, not `pwsh` that fails: `spawn: bash failed with exit code 127 and signal 0.` In my case, looking...

Quick fix which translates powershell compatible output from --fd3 to batch compatible format and "sources" into the current shell: ``` @echo off :: Set environment variables. set "JABBA_HOME=%USERPROFILE%\.jabba" set "TEMP_ENV=%TEMP%\jabba.env"...

Fyi, I did not install through homebrew but using wget.

Alright, I've managed to iteratively add various missing metadata things. My rd.xml now looks like: ``` ``` However, I'm now getting a TypeInitializationException from Linq: ``` [rubin@KURO dot-hello (master)]$ /Users/rubin/Syncthing/Source/Rubin/dot-hello/bin/debug/netcoreapp2.1/osx-x64/publish/hello...

Alright, thanks for the pointers + options for completetypemetadata and stacktracedata. I've added them to my project and get a more informational backtrace: ``` [rubin@KURO dot-hello (master)]$ /Users/rubin/Syncthing/Source/Rubin/dot-hello/bin/debug/netcoreapp2.1/osx-x64/publish/hello Let's do...