WizardMeow

Results 5 comments of WizardMeow

` [2017-12-16 16:52:15] [ERROR] 用户名-密码登录失败,原因:Message: Service phanto mjs unexpectedly exited. Status code was: -6 Traceback (most recent call last): File "/root/.qqbot-tmp/plugins/passwordlogin.py", line 56, in Login self.newLogin(conf) File "/root/.qqbot-tmp/plugins/passwordlogin.py", line 65,...

@276562578 感谢,是我疏忽了,是phantomjs的安装问题 Ubuntu16的apt-get方式安装的phantomjs是有问题的== 从官网下载手动安装就没有问题 (具体安装方法http://www.cnblogs.com/web424/p/6755851.html 然鹅 出了滑块验证 我还是乖乖扫码吧==

I've found that the syntax compatibility issue isn't limited to the unpkg version; even compiling it myself doesn't solve the problem. This is because MathJax dynamically loads fonts from unpkg...

I have resolved the compatibility issues. For MathJax itself, I modified the build workflow and use Babel to downgrading it to my target environment as mentioned. As you suggested, For...

I must point out that the issue I'm facing isn't just a syntax degradation problem; some APIs require polyfills. Therefore, using the CJS version likely won't solve the problem. A...