Haotian Tu
Haotian Tu
1、程序启动的时候根本不弹出登陆窗口 2、进入设置会有报错 2018-03-10 21:35:40.650 [AWT-EventQueue-0] WARN (FileUtils.java:163) - an error occurred when read object from /Users/thttnt/Downloads/./config.cfg msg:java.io.FileNotFoundException: ./config.cfg (No such file or directory) java.io.FileNotFoundException: ./config.cfg (No such file or directory)...
Maybe I haven't found where it was written. If you have this feature, Can you put it in "README.MD"? Thank you for your time to look at this issue. Have...
When I try Command: brew tap guxingke/repo It shows: ==> Tapping guxingke/repo Cloning into '/usr/local/Homebrew/Library/Taps/guxingke/homebrew-repo'... remote: Enumerating objects: 44, done. remote: Counting objects: 100% (4/4), done. remote: Compressing objects: 100%...
首先感谢作者制作这个API,对我们进行的项目帮助很大 但是API仍然有一部分的缺陷,例如创建一个友人房具体需要调用哪些API,如果作者可以给一些实例的话,会有很大的帮助
在liqi.py的第39行 OS X系统运行会报错 源代码: open(os.path.join(os.path.dirname(__file__), 'proto\liqi.json'), 'r')) 修改后: open(os.path.join(os.path.dirname(__file__), 'proto/liqi.json'), 'r')) 可正常运行
**问题描述** 在应用程序开的较多的情况下,需要切换出ChatBox需要Option+Tab的方式或是使用鼠标,十分的不方便。ChatBox作为常用的软件,希望可以采用更加方便的唤出方式。 **解决思路** 添加快捷键以及后台运行功能,可以通过一个快捷键快速地唤出ChatBox。
In README.md: pod 'NavigationBarColor' suppose to be: pod 'SwiftUINavigationBarColor' It takes me lots of time. But thank you for your project. xD
I try to remove the latex compiler to improve the performance. However, even though it reduces a huge amount of dom, but there is still a performance issue when the...
Hi, the project is very useful for me. While it has a performance issue when input goes complex, for example, {A} -> {E,I}, {B,C} -> {D,E,G}, {C,E,H} -> {G,J}, {D}...