Gallium Wang

Results 10 issues of Gallium Wang

## while I was deploying this web app,I notice a minor bug below: ![image](https://user-images.githubusercontent.com/44530292/113501770-57f1ed00-955a-11eb-9a96-5befb951f77b.png) ### 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...

从主界面切换到设置tab时运行产生明显卡顿 可能由线程问题导致

bug
enhancement

## 用户如需正常退出程序,需点击主界面''退出程序''按钮 ## 如果通过右上角按键退出 * Openpose依旧在后台运行 * 积累缓存无法自动清楚

enhancement

应该是因为如果return data[key]就无限递归了?