Mike Frysinger

Results 280 comments of Mike Frysinger

it is standard: `make install DESTDIR=/some/path` works the same in gpm as automake based projects. your changes, as written, break that behavior because DESTDIR gets expanded twice.

all the commits have your name on them. if you aren't the author, then you should be fixing your git commits to correctly attribute the original author.

agreed that `${FUNCNAME}` should be allowed as a shortcut to `${FUNCNAME[0]}` since it's pretty common for code to want to refer to itself in logging

fwiw, the bash-4.4 man page says: > Here Strings > A variant of here documents, the format is: > [n]

fwiw, still seeing huge overhead with the v105 release ``` $ getconf _NPROCESSORS_ONLN 72 $ unset BINARYEN_CORES $ time ./binaryen-version_105/bin/wasm-opt -O2 test -o test.wasm real 0m21.541s user 1m5.779s sys 19m53.180s...

@hansinator what audio-output driver are you using ? is it `null` ? the property to observe is `current-ao` there.

if you'd rather not use gitsubmodules, i totally understand. on a related note, the current fonts are outdated :).

i prob won't get back to this anytime soon as i'm not currently using mpv :) feel free to finish it up or just close

curious if there's a reason you're using X/xvfb and not chrome in headless mode

> Chrome extensions don't work with headless mode. See https://bugs.chromium.org/p/chromium/issues/detail?id=706008 is that still accurate ? the last few comments in that bug mention `--headless=chome` now exists, and you can load...