xcode 的 Derived Data 会不断累积,所以最好每次 build 删一次,rm -rf ~/Library/Developer/Xcode/DerivedData
3 月 31 日 · 周一
3 月 29 日 · 周六
Folo mcp 🤔
在 https://github.com/hyoban/folo-mcp 开源,你可以反馈给我你需要的能力,我会优先实现。
3 月 26 日 · 周三
3 月 24 日 · 周一
GitHub action 默认是不让外部的 PR 访问 secrets 和 variables 的,这很安全。但是我们 build 需要的话,就会让外部 PR 报错,此时不妨跳过它。使用 if: ${{ contains(github.head_ref || github.ref, 'refs/heads/') }} 这样的判断就好。参考 https://github.com/ZcashFoundation/zebra/pull/7956
3 月 23 日 · 周日
3 月 22 日 · 周六
3 月 21 日 · 周五
顺便一提,ci 会在有 native 变动的时候构建 dev client。所以在无 native 改动的情况下,你可以不用 xcode 直接写 Folo 代码,从 action 里下载真机或者模拟器的 dev client 包就行。https://github.com/RSSNext/Follow/actions/workflows/build-eas-development.yml
3 月 9 日 · 周日
家里人在我消耗完全部亲戚介绍的资源后,开始通过专业的婚庆机构给我介绍了。
用nativewind和eslint-plugin-tailwindcss可能会遇到两个坑。一是monorepo下使用不同的tailwind config可能会读到被错误 cache 的,https://github.com/francoismassart/eslint-plugin-tailwindcss/pull/389。二是 nativewind 的 preset 会根据是否是 tailwind 插件环境来返回不同的内容,导致 no-custom-classname 规则的结果不对。




