Results 662 comments of milahu

.. that was my interpretation of "if the user agent is a non-CSS user agent" whats the difference between a "CSS user agent" and a "non-CSS user agent"? what about:...

"count me in" is not intuitive, because the meaning depends on context \- wanna sell your soul? \- count me in! a button saying "sell my soul" is intuitive there...

> ERR! OMG Cannot read property 'verbose' of undefined its also a bug in cmake-js, `this.log` is undefined ```js // node_modules/cmake-js/lib/buildSystem.js BuildSystem.prototype._showError = function (e) { if (this.log.level === "verbose"...

> Is it really difficult to predict its presence at the installation stage? cmake-js throws when cmake is missing

> Has anybody tried to migrate the bash scripts to ash problems * ~~the openwrt version of `curl` is missing the `--connect-to "$name::$ip:"` feature, same with `wget`~~ * `wg-quick` requires...

> Why rust and not go? personal taste. but of course, go works too : ) edit: https://github.com/digineo/go-uci (work in progress) (but probably we can just use the `uci` binary)...

> why ash? posix shell (sh) in general ```console root@OpenWrt:~# ls -l /bin/sh lrwxrwxrwx 1 root root 7 Dec 6 2020 /bin/sh -> busybox root@OpenWrt:~# bash -ash: bash: not found...

> compile curl with `connect-to` support this works already ```console root@OpenWrt:~# name=googlecom; ip=$(resolveip -4 google.com); \ curl -s --get --connect-to "$name::$ip:" http://googlecom/ | head -n1 ``` the unsupported curl option...

looks good on paper ; ) there is [a bug](https://github.com/milahu/vpn-client-pia-wireguard-posix-shell/issues/1) in `wg-quick.posix.sh` so currently, this is not a pure posix-shell client, but still needs bash

that's dead code in the `if false; then ... fi` block its a draft for openWRT backend, using `uci` commands of course, the config vars like `network.pia.private_key` should be in...