Aleksandr Murin

Results 8 comments of Aleksandr Murin

@Tyriar Please pay attention on `^@` (ctrl+shift+2) - also not worked in `xterm.js`. This key combination must send 0x00.

@Tyriar I am can't find documentation, here all non-printable codes from 0 to 31 and how to send it (`^` is `ctrl` key press): ``` user@debian$ showkey -a Press any...

> This can be handled by the embedder. Since this is afaik not an official VT keybinding I suggest hooking up your own keybindings for this in a custom key...

I'm sorry, but I didn't see the reason in opening a new issue. How to simulate `insert` key on mac (where no physical `insert` key) in this window for example?...

> Well, new mac event doesn't have touchbar. So what about adding following 'synonyms' in this and similar menus: Ins == F7 , Del = F8? Will it be ok?...

Have same issue. As solution - change this: https://github.com/ClickHouse/clickhouse-go/blob/364719b68f57de0f52ea0c99fe3a5e58217bf5d6/lib/column/datetime64.go#L216 ```go case time.Time: if err := dateOverflow(minDateTime64, maxDateTime64, v, "2006-01-02 15:04:05"); err != nil { return err } col.col.Append(v) ``` to...

> @amurchick would you like to submit proposal fix PR? Ok, I'll do it.

Same issue also at line https://github.com/d2r2/go-i2c/blob/master/i2c.go#L231