Ryan Yin

Results 226 comments of Ryan Yin

@brc-dd Thanks a lot, it works, the config I use: ```typescript function getJSONLD(pageData: PageData) { if (pageData.relativePath === "index.md") { return `{ "@context":"http://schema.org", "@type":"WebSite", "url":"https:\/\/nixos-and-flakes.thiscute.world\/", "inLanguage":"en", "description":"An unofficial and opinionated...

Same problem here, When logging into Wayland, I can read all environment variables in `bash`(such as `EDITOR` `SSH_AUTH_SOCK`), but nothing in nushell. --- Since my bash shell works fine, currently...

[zsh's HIST_IGNORE_SPACE](https://zsh.sourceforge.io/Doc/Release/Options.html), will be more in line with my intuition: > Remove command lines from the history list when the first character on the line is a space, or when...

> ``` > const path = "~/some/path" > const if ($path| path expand | path exists) { > source $path > } > ``` This will solve the problem I...

@NKDark 确实是个好想法!搞个小脚本监控电量,再用 HA 来管理电源

感觉这个挺有意思 - [安卓手机改外接供电,实验两则(OPPO 6607,华硕飞马X002)](https://www.mydigit.cn/thread-225513-1-1.html) - [手机如何做到不插电池直接用充电器供电?](https://www.zhihu.com/question/266209632)

same here using single master mode, vesrion `v1.25.3+k3s1`, I resolved this by delete the empty file `/var/lib/rancher/k3s/server/token`

哈哈,yihong 佬也入了硬件的坑,我去年底开始折腾硬件,发现硬件真的好玩

same problem here, and as you described in this issue, I resolved this by run `stcgal.py` without `-a` manually.