Wilhelm Loves Their Turtles

Results 20 comments of Wilhelm Loves Their Turtles
trafficstars

I just came here to make an issue about that. Looks like someone was faster. 😀 I second this request. Right now using `--version` just creates some crazy output, error...

Can we add something like: ``` #if (MAC_OS_X_VERSION_MAX_ALLOWED < 120000) /* older than Monterey? */ #ifndef kIOMainPortDefault #define kIOMainPortDefault kIOMasterPortDefault #endif #endif ``` at the top or in the `.h`...

I went with: ``` #define SMC_KEY_CPU_TEMP "TCXC" #define SMC_KEY_GPU_TEMP "TCGC" #define SMC_KEY_AMBIENT_TEMP "TA0P" ``` "TC0D" didn't do much here. Also the orig. ambient temperature (via TA0V) was way off. No...

This is probably the bugs in SQLite's regex support, see related information here: https://sqlite.org/forum/forumpost/96692f8ba5 (some of it has been fixed in latest version, but not all of it)

I did have a startup failure too (here on my rusty OS X 10.10.5 (Yosemite) with Perl v5.18.2: ```bash $ /usr/local/silo/nikto/2.5.0/bin/nikto -H syntax error at /usr/local/silo/nikto/2.5.0/share/nikto/plugins/LW2.pm line 1227, near "$ref{"...

The same. It seems those warnings are generated before any actual code of yt-dlp is executed? ``` $ yt-dlp --verbose WARNING: Could not read zip file /Users/TurtlesTakeOver/Library/Python/3.7/lib/python/site-packages/yaspin-0.14.1-py3.7.egg: [Errno 21] Is...

Not everyone has homebrew. Maybe use pkg-config instead? Make a check at the start of the makefile if pkg-config is available (in most cases it is with typical homebrew setups)...

The problem here it's not exactly the choice of the user. It's the OS doing this. F.ex. you delete a .DS_Store file, few seconds later the Finder recreates them (pretty...

I'm currently failing to build from the master. 😢 I'm not entirely sure what is going wrong, but it's an unrelated problem (some parts of the autoconf stuff fails). I...

Found a solution for the autoconf/automake problem I was encountering (it was missing m4 macros from pkg-config, which I then manually copied into the local "m4" directory to make things...