Results 6 comments of superkuh

> > thread 'reductor' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Hyper(Error(Connect, Os { code: 10051, kind: Other, message: "A socket operation was attempted to an unreachable network." })),...

I've compiled with foghawk's modified ngx_http_fancyindex_module.c sort version (+strnatcmp.c and strnatcmp.h) but I'm not sure it's (fully) enabled. I tried using "fancyindex_sort_nat on" as a directive but that returned and...

I'm currently running fairly old versions of both nginx (1.7.10) and fancyindex (0.3.1). That's probably introducing too many variables to this and I couldn't get it to work anyway so...

Mastodon *already* puts the content into the HTML as the meta content tag field. Why not just display this content text in the actual HTML returned instead of "To use...

Nah, you can even use cmake 2.8. Just change the file sdr-power/CMakeLists.txt so that, cmake_minimum_required(VERSION 3.2) reads cmake_minimum_required(VERSION 2.8)

I applied the patch and then added some ifdef SD_USE_CLBLAST include "ggml-opencl.h" ... etc, edited cmakelist file with bits from llama.cpp's clblast ported over and renamed/re-pointed, then configured with cmake...