Zhaofeng Li

Results 70 comments of Zhaofeng Li

This is due to a misunderstanding of how NixOS modules work, but maybe the error message can be more helpful (well, confusing messages appear all the time when you make...

I personally do this in my setup: ``` # ... colmena = { meta = { specialArgs = { inherit inputs; }; }; }; ``` Then, in all NixOS modules,...

Good catch! The warning is there since if `nixpkgs.config` is set at all in the node configurations, it will replace (not merged to) the config set if you pass an...

Yup, this is a good point. I considered using the `thrussh` or `ssh2` libraries which would give me much more flexibility in reusing the same session for multiple channels, but...

This is more related to key verification than discovery, but operators could use [LotW](https://lotw.arrl.org/lotw-help/certreq)'s RSA keypair to sign (and for others, to verify) their chattervox key to ensure legitimacy. [AMPRNet](http://wiki.ampr.org/wiki/AMPRNet_VPN)...

@emkey1 I just tried the latest AOK release on TestFlight and it doesn't appear to have my PR. I think you merged the `master` branch in my fork which is...

@qntmpkts maintains a fork at https://github.com/qntmpkts/chroagh, and it works fine. To make it easier to keep up with upstream, I rebased all changes on that repo (except stuff no longer...

Another way is to serve the stylesheets with GitHub Pages, which sends the correct Content-Type (`text/css`). This may violate the privacy policy I'm afraid.

Looks like it doesn't work that way... From rawgit.com: "Files are cached permanently after the first request." And on-wiki elements should not depend on third-party servers, or there may be...

I've left a note on the noticeboard about the privacy policy. Maybe someone from WMF can answer that? Aside from administrators and interface editors, you are the only one who...