lidawei

Results 12 comments of lidawei

找到了,可以在系统内置的cmd和powershell中切换。这已经可以满足日常需求了。当然了,如果能支持我自定义指定一个shell就更好了。

![image](https://user-images.githubusercontent.com/5465756/229104107-4b2dc120-6716-41c2-8418-e6cfbac83ba6.png)

同问 ``` Traceback (most recent call last): File "E:/code/PycharmProjects/PyMicroChat_master/run.py", line 10, in main() File "E:/code/PycharmProjects/PyMicroChat_master/run.py", line 6, in main client_tornado.start(usrname, passwd) File "E:\code\PycharmProjects\PyMicroChat_master\microchat\client_tornado.py", line 218, in start interface.init_all() File "E:\code\PycharmProjects\PyMicroChat_master\microchat\interface.py",...

还是有些不同的,可以参考 Snipaste

不太喜欢wkhtmltopdf,不太好用,问题多多,比如加了--encoding 'UTF-8' 之后仍然不支持emoji表情符号等等。但是有一说一,wkhtmltopdf导出的PDF比vnote导出的PDF小的多,虽然这不是一个很大的问题,但是如果能优化,那当然是最好的了。

> Hey [@ccpwcn](https://github.com/ccpwcn) , sorry to hear about this issue. Nothing should have changed that would affected these validations, especially such core ones. > > Is it possible to provide...

> Hey [@ccpwcn](https://github.com/ccpwcn) , sorry to hear about this issue. Nothing should have changed that would affected these validations, especially such core ones. > > Is it possible to provide...

![Image](https://github.com/user-attachments/assets/6e23a4c2-3963-4024-827b-a610e3116b87) You're right. To constrain the maximum and minimum values of a number, I should use lt、lte、gt、gte. The problem is: Indeed, our usage is incorrect, however, this still cannot explain...

> ![Image](https://github.com/user-attachments/assets/6e23a4c2-3963-4024-827b-a610e3116b87) You're right. To constrain the maximum and minimum values of a number, I should use lt、lte、gt、gte. > > The problem is: Indeed, our usage is incorrect, however, this...