Calpa Liu

Results 92 comments of Calpa Liu

感谢提供调试配置。 我试了一下利用 ts + egg.js 的组合,然后只需要简单`npm run debug` 命令就行。再简单一点就是按 `npm-scripts`里面的 debug,达到一键开始 debug 之旅。

Good news for the issue followers, I code a fix of this issue. https://codesandbox.io/s/rjsf-live-validation-ryv3l

@epicfaace I think this is a demo instead of code changes, so need PR?

+1 for this question, Similar problem: https://github.com/facebook/jest/issues/10914

我也是遇到同样的问题,但已经解决了。具体解决思路记载在我的博客: [Gitalk Error: Validation Failed. 442 報錯解決方法](https://calpa.me/2018/03/10/gitalk-error-validation-failed-442-solution/)

不知道你在说哪里的代码,但如果你是说这里的代码的话,请自行修改此处的 id: https://github.com/qiubaiying/qiubaiying.github.io/blame/b501ce3badb5a03b037fda92c0e018f92af0b3c8/_layouts/keynote.html#L97 ``` var gitalk = new Gitalk({ clientID: '{{site.gitalk.clientID}}', clientSecret: '{{site.gitalk.clientSecret}}', repo: '{{site.gitalk.repo}}', owner: '{{site.gitalk.owner}}', admin: ['{{site.gitalk.admin}}'], id: window.location.pathname, }); gitalk.render('gitalk-container'); ```

I think something like admin panel with username and password as login is needed to secure the system.