zitudu
zitudu
Example: ```go d := New(1 * time.Second) for i := 0; i < 10; i++ { d(func () { println("called") }) time.Sleep(900 * time.Millisecond) } ``` Expected: "called" should be...
I was wondering if it's possible to move cursor up/down-ward just like in vim or terminal? That is: `j` or `Ctrl+N` -> ↓ `k` or `Ctrl+P` -> ↑
Add a default kafka version via env variables. Issue #120
Options listed in [vmess protocols page](https://www.v2fly.org/en_US/developer/protocols/vmess.html) are > Encryption method: Specify the encryption method of the data part, the optional values are: 0x00: AES-128-CFB; 0x01: No encryption; 0x02: AES-128-GCM; 0x03:...