Gallium Wang
Gallium Wang
## while I was deploying this web app,I notice a minor bug below:  ### So I managed to slove it,and find this piece of code in "post.html": ``` ```...
- ### code that cause this bug(in the end of /_layouts/post.html): ``` html {% if page.previous %}{% unless page.previous.hidden %} ← {{page.previous.title}} {% else %}{% if page.previous.previous %} ← {{page.previous.previous.title}}...
update parse_contributions_calendar function
there is some bug with the code below ```javascript // detection.ts const isBrowserActive = document.hasFocus() || handler.document.hasFocus() if (!isBrowserActive) { throw AlertMessage.FocusWindow } // Make test if (document.hasFocus()) { document.body.insertBefore(input,...
I have a application using single-spa, and use monitor tool to report js error to log system, and the monitor tool set window.onerror to handle error report, but it seems...
## 用户如需正常退出程序,需点击主界面''退出程序''按钮 ## 如果通过右上角按键退出 * Openpose依旧在后台运行 * 积累缓存无法自动清楚
应该是因为如果return data[key]就无限递归了?