SteveCruise
SteveCruise
**Describe the bug** getLeft and getRight return wrong result when in middle with a little offset. **Expected behavior** Text in one line. **Screenshots**  **Desktop (please complete the following information):**...
It throw out exception "Must between -FP.One and FP.One" The demo is as follow: ```csharp FP x1 = FP.FromRaw(3492999344); FP y1 = FP.FromRaw(2499139782); FP x2 = FP.FromRaw(-3492914803); FP y2 =...
how to delete all data in a table
1. support callback when type @ to @someone? support @someone style? support callback when hover @someone? 2. support custom emoji image? 3. Can I input: \*\*some text\*\*, and it auto...
should add recursive: true `fs.mkdirSync(path.join(os.tmpdir(), 'screenCapture'), {recursive: true})`
1 pingreq函数未定义 ``` mqttClient.js:1458 Uncaught TypeError: this.socket.pingreq is not a function at MqttClient.checkKeepAlive (mqttClient.js:1458) at mqttClient.js:1436 ``` 2 client.connect没有触发回调 状态一直是ST_CONNECTED,没有变成ST_REGISTERED 很好的mqtt基础类,能改正就更好了,能用es6 class写就更更更好了
Joystick的destroy内容如下: ``` _destroy() { if (this.tweener) { this.tweener.clear(); this.tweener = null; } } ``` 它调用了Tween实例的clear()但是Tween类并没有clear(),导致渲染循环中的Update()执行出错 ``` VM702:1 gameThirdScriptError Cannot read property 'position' of null TypeError: Cannot read property 'position' of...
readme最下面,选项应该为statusManager,而不是channelManager