myonlylonely

Results 8 issues of myonlylonely

With bitcode compiled, the binary size is about 1 GB. Is there any way to reduce that size? I need to compile my App with bitcode, so I have to...

XCode has these errors: ``` Undefined symbol: _glResolveMultisampleFramebufferAPPLE Undefined symbol: _glRenderbufferStorageMultisampleAPPLE ``` I can see that in `gl2ext.h`, they are defined in `GL_GLEXT_PROTOTYPES`. Does that mean that I need to...

### Issue Summary Visualization "Counter" became extremely small after updating the latest Docker image. It is related to the recent commit https://github.com/getredash/redash/commit/2795e1b7a08320849e86c36f94dad70ce69038a5. The `getCounterScale` calculation is not correct. Could we...

add defined for version Delphi 10.3 Rio, Delphi 10.4 Sydney & Delphi 11.0 Alexandria

iocp.Http.WebSocket.pas中WebSocket本身的数据帧也可能存在半包问题。该单元并未处理此情况,目前只能处理收到的单个完整的的Frame,或者多个粘在一起的完整的Frame。这应属于一个较为严重的实现问题。