Timon Peng

Results 15 issues of Timon Peng

Typescript support plz. Thank you!

help wanted

There may be some conflict of style. I want to display html with react-draft-wysiwyg component. What is your input, what is you see. Wysiwyg.

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 建议 **What is the current behavior? (现有状况)** 无法获取是否处于输入状态。 **What is the expected behavior? (应有状况)** 希望和小程序一样,增加 onFocus 回调...

``` socket.on('disconnect', function () { console.log('disconnect') socket.io.reconnect(); }); ``` 只会尝试重连一次,不会循环尝试。

Can siad get unconfirmed transaction hash and data?

Why initialize display cmd is big difference from with the previous repo and u8g2 too. Where does it come from? https://github.com/adafruit/Adafruit_CircuitPython_SSD1306/blob/main/adafruit_ssd1306.py#L116 ```python # self.poweron 0xAE | 0x01 # self.init_display 0xAE,...

question

I copied example and just changed ```c++ U8G2_KS0108_128X64_1 u8g2(U8G2_R0, 8, 9, 10, 11, 12, 13, 18, 19, /*enable=*/ A0, /*dc=*/ A1, /*cs0=*/ A3, /*cs1=*/ A2, /*cs2=*/ U8X8_PIN_NONE, /* reset=*/ U8X8_PIN_NONE);...

compatibility

Inspired by [m5ez](https://github.com/M5ez/M5ez#lets-start-with-text-menus) and Qt, maybe any void functions can return instance for chain operations. Before: ```c++ GEM_u8g2 menu(u8g2); GEMPage menuPageMain("Main Menu"); int number = -512; boolean enablePrint = false;...

enhancement

When I want to setting only one or a a little attributes, it need to fill complete instance here. Do you want to support a set function like `setMenuItemHeight` etc.?...

enhancement

Hi Alex! It's me again! The design and structure of GEM is truly excellent! I love it! When I try to enable UTF8 print like the u8g2 example, but seems...

enhancement