Mikachu2333

Results 107 comments of Mikachu2333

又仔细看了一下,似乎还没到碰线的程度,可以考虑

This feature is really useful for me... Hope somebody would finish this issue…

根据我搜索到的结果,这似乎是由于pnpm不可用导致的,可能导致的原因:网络、程序未实际安装、系统等,需要进一步信息以进行排查 https://github.com/arco-design/arco-cli/issues/83 **问题:** 1. 请问您直接在命令行中执行 `pnpm --version` 有结果吗? 2. 如果您用 everything 或其他搜索软件搜索 `pnpm.` 有哪些结果?如下图所示

@ccmywish 你啥看法? 反正目前chsrc大抵是遵循“少做少错”的原则,在换源过程中任意一步出错即退出(除了极少数特殊的情景以外)。毕竟,忽略了前一步的错误可能导致后一步出现更多的问题 不过这里折仨的逻辑是分开的,我感觉可接受(

I can't agree more. Anki should provide a packaged application rather than letting users compile and run it locally

I've use this config.toml to fix this issue, (of course first I installed Perl manually) ```toml [target.x86_64-pc-windows-gnu] linker = 'gcc' rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-static-libgcc", "-C", "link-arg=-static-libstdc++", ]...