有村ロミ

Results 12 comments of 有村ロミ

> 就几张假的图片就出来唬人啊!你们脑子有坑🕳️ 史盲是这样的,墙国呆久了只会写标准答案,会用github都不知道用Google和维基百科自己搜搜

> Hello, could you share your `rescript.json`? Sorry, I forgot. Here: ```json { "name": "rescript-project-template", "sources": { "dir": "src", "subdirs": true }, "package-specs": { "module": "commonjs", "in-source": true }, "suffix":...

> In your case probably `pnpm exec rescript` I guess. And it looks like you did not start a build or watcher yet. > Ok, just wanted to check if...

> I just created a create-rescript-app basic project with pnpm and do not have this issue. I hope it's not windows-specific. > > I guess you also tried to restart...

> I can reproduce the error in your output if I do `pnpm run res:clean` and do not trigger a build afterwards. > > But as soon as I do...

> Not so fast, GitHub. > > @BIYUEHU can you try setting your extension to the pre-release version 1.59.6 and see if incremental compilation works there? I tried.Type checking is...

解决办法: `modules/run-code/src/class/jsbox.ts` 中: ```ts public run(timeout = 5000) { try { vm.runInNewContext(this.code, this.method, { timeout, displayErrors: true }) } catch { return false } return this.box.result } } ``` 在...