dengweijun
dengweijun
先回复第2第3个问题,就是对于编译构建,稳定性准确性比速度更重要,所以优先保证前者。而tag、dependencies这种都是不准的
计划是,通过常驻进程来检测文件变化,来实现本地和CI的缓存方案。只是最近在玩耍 Bazel ,暂时没空维护这个了。
I'm so looking forward to be merged this PR!
https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F85003a15-5e82-4e59-b402-614d1b30d1dd%2FUntitled.png?table=block&id=fd692fd9-65ef-4a0c-bd8d-8c9390aac2e6&spaceId=25a4f4a8-5ea8-4d5e-9896-cc76128b64c8&width=2000&userId=&cache=v2 I found a permanent image link when you open your public notion page. But it needs `table` and `id` and I do not know how to make it in...
I solved this problem by removing signed_urls which include ".amazonaws.com/". https://github.com/WeijunDeng/nextjs-notion-starter-kit/commit/5a2f5bab6a6dfe2d8df49ebcb9c506f3134bd66d see https://dengweijun.com/wwdc22-link-faster https://dengweijun.com/_next/image?url=https%3A%2F%2Fwww.notion.so%2Fimage%2Fhttps%253A%252F%252Fs3-us-west-2.amazonaws.com%252Fsecure.notion-static.com%252F4d4cee7c-2117-47cd-9d40-0e95a1844ecf%252FUntitled.png%3Ftable%3Dblock%26id%3D2e5de059-8e8f-4f0b-bdde-e8079e6c770b%26cache%3Dv2&w=3840&q=75 @Vadorequest @transitive-bullshit
I fixed it without changing xcpretty. see https://dengweijun.com/fix-hidden-undefined-symbols-using-xcpretty https://github.com/WeijunDeng/xcpretty_fix
@Kenshin ken 你好,我发现有个 bug,当在一个页面多次 aa 唤起阅读模式时(aa esc aa esc aa),再 sr nt 保存 Notion 的时候,会出现3个同时保存...
I would like to do it in somedays. :)
My workaround is to set INFOPLIST_FILE: "" in a common template.