teng

Results 5 issues of teng

Windows 下可以点击“下三角”图标选择 "cuda" 就可以了。 ![image](https://user-images.githubusercontent.com/19603468/88270735-ae8b0400-cd08-11ea-91c5-1a8251555547.png) ![image](https://user-images.githubusercontent.com/19603468/88270982-12adc800-cd09-11ea-9430-dec3514d10c8.png)

在 Win 下使用 MinGW 会出现以下报错,建议可以增加 [dlfcn-win32](https://github.com/dlfcn-win32/dlfcn-win32) 的一些说明支持。 ![image](https://user-images.githubusercontent.com/19603468/132173380-fc223e7e-f886-4e0c-8e52-61d9d1b497a1.png) ![image](https://user-images.githubusercontent.com/19603468/132173293-fa4c1b44-cfda-43f1-b9d8-90f166267e6a.png)

=== before === ``` for i in range(w): for j in range(h): x = xmin + i y = ymin + j blank[y][x] = image[j][i] ``` === after === `blank[ymin:ymin+h,xmin:xmin+w]...

期待 1.0 正式版 (乖巧😊

可以研究下这个弹出窗口是怎么实现的,想要右键增加翻译选项并弹出界面的功能:https://github.com/anseki/vscode-color