Mingye Wang

Results 347 comments of Mingye Wang

Bad: 🎵🎶➕➖➗✖️💲💱™️©️®️〰️➰🔚🔙🔛🔝🔜✔️☑️⚫🔳▪️◾◼️⬛♠️♣️🏴🎱🎮🌑🖋️✒️💣📸📷 Acceptable-ish: 🕐🕑🕒🕓🕔🕕🕖🕗🕘🕙🕚🕛🕜🕝🕞🕟🕠🕡🕢🕣🕤🕥🕦🕧🗣️👤👥

Yeah, it's quite close to the cygport thing anyways I think.

Can we... figure out a way to describe a maximum common part of the code-style of this entire repository and apply it using clang-format? This will make reading and refactoring...

Spitting out a colors.reset('') after each frame should fix it.

`colors.reset` is part of the [colors](https://www.npmjs.com/package/colors) library that you are using colors for. In [common ANSI speak](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters) it should be something like `\u001b[0m`.

额,我现在基本算是回来了吧 前几天一怒之下rm -rf了MacPorts安装的prefix`/opt/local`,清理干净装回来………… 登陆框照样挤得没法看,还是去QtCreator随便拉了几下修一下 然后又是喜闻乐见的不影响登陆: ``` Version: WeCase 0.06-beta5-2456d12 Traceback (most recent call last): File "/WeCase/destr/lib/python3.3/site-packages/WeCase/LoginWindow.py", line 83, in checkLogin self.accept() File "/WeCase/destr/lib/python3.3/site-packages/WeCase/LoginWindow.py", line 55, in accept LoginInfo().add_account(self.username) File "/WeCase/destr/lib/python3.3/site-packages/WeCase/LoginInfo.py",...

还有关于vim党的……目前我纯属vim当nano用,不过MacVim封装了各种操作用起来就舒服多了hhh(问题是app里面没有包含Mac的图形化提示窗sudo,或者干脆说没有sudo…… 然后我都是777/666处理某些我懒得进终端的东西的……能点鼠标是一件幸福的事hhh

还有……目前我的`python`对应py27,`python3`对应py33……所以某个bash没用……

标准用户测试过了,不过照样是`python3 wecase.py`那么开的…… 工作正常,除了UI过于“紧凑”……已经用Qt Designer重新拉了一下(某些大小是Qt自己找了个合适的……),等会再make……

倒是标准用户报了一系列64整数由于数字过大转不到32位的Warning……有空再贴……