Moses Miller
Moses Miller
> I also have this problem, no matter which present mode I try, mangohud claims it is not supported, including FIFO. What language/windowing library are you using?
locale ``` LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= ``` locale -a ``` C C.utf8 en_AG en_AU en_AU.utf8 en_BW en_BW.utf8 en_CA en_CA.utf8 en_DK...
If I run the exact same command on my desktop running Arch, it works fine, but on my server it doesn't. Maybe it could have something to do with CentOS's...
Just the version that's in CentOS Stream 9's repos, 1.9.4 ``` $ goaccess --version GoAccess - 1.9.4. For more details visit: https://goaccess.io/ Copyright (C) 2009-2024 by Gerardo Orellana Build configure...
Still the same result unfortunately. Maybe I will try building goaccess from source on my server to see if it's a problem with CentOS's packaging.
Ah, I think I've figured it out. If date-format and time-format are set at all in goaccess.conf, they will somehow override datetime-format (even if it's passed as a command line...
I was curious about this too. I ran a simple malloc profiler on the Xilem example given which only revealed around ~5MB of peak memory usage, so I decided to...
Related: https://github.com/redhat-developer/lsp4ij/issues/531