MichaelSuen
MichaelSuen
When opening an .obj file, the editor window shows nothing, and a error message popped in console  
I have a jpg file which is rotated by changing its metadata, not by 'really' rotating the pixels. I include this picture in the markdown by ``, just regular syntax....
- VSCode Version: 1.43.2 - OS Version: Debian 9.9 stretch - Extension Version: 2.10.6 - System Language: Chinese Simplified - SVN Version: 1.9.5 ## Issue ## The extension won't work...
### What did you do? ```python ujson.loads("0012") ``` ### What did you expect to happen? exception raised, `ValueError` for example ### What actually happened? function returns `12` ### What versions...
The two lines below, one requires dist to be euclidean distance, and the other requires it to be squared distance: https://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L501 https://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L508 And the `best` argument is not used https://github.com/stefankoegl/kdtree/blob/master/kdtree.py#L517
Feature or Bug? My input:  is displayed as 
Please add Android 13 support (Pixel 7/7 Pro) thx in advance!
Looks like setting `detailSampleDist` to 0 but also calling `rcBuildPolyMeshDetail` is accepted. But when `detailSampleDist` is 0, `nhull` in [`buildPolyDetail`](https://github.com/recastnavigation/recastnavigation/blob/main/Recast/Source/RecastMeshDetail.cpp#L648) is 0, thus making `left` = 1 and `right` =...
### 联系方式 _No response_ ### 发生了什么? 不稳定复现,切换窗口焦点时立即截屏有概率触发 当设置截屏快捷键为alt+shift+任意其他字母时(我这里是alt+shift+s),因为alt+shift同时也是windows内置输入法切换快捷键,呼出的截屏窗口会与输入法切换逻辑冲突造成当前窗口卡死,同时右下角输入法图标不停闪烁 解决方案是进入windows的“高级键盘设置”-“输入语言热键”,呼出传统控制面板的设置对话框,删除默认的alt+shift快捷键 Windows真是屎山 ### 运行平台 Windows 桌面 ### 软件版本 v2.10.6
### 功能需求 使用定时任务调用CloudFlareST测速时,进度条输出总是吐出一大坨到log文件里,希望能有开关在非交互模式下关闭进度条 ### 预期目标 类似wget的-nv参数,只显示必要信息,不绘制进度条