elsejj
elsejj
Static linking `TA-LIB` makes `ta-lib-python` a self-contained package that does not require TA-LIB to be installed on the target system. This makes it easier to deploy `ta-lib-python`. This patch adds...
因为VscodeVim本质是JS的,它需要从命令行读取的是utf8编码,尽管现在windows的内码已经可以设置成utf8,但做过这个设置的还是极少数,为了更好的兼容性,现在im-select-mspy总是会输出utf8,而不是像之前输出Unicode由windows来转换,这会让VscodeVim使用起来更加正确,尽管会带来的问题是在控制台输出时有可能会是乱码(非utf8内码的windows) Because VscodeVim is essentially JS, it needs to read utf8 encoding from the command line. Although the Windows code page can now be set to utf8, very few people...