Amos Bird
Amos Bird
Moving cursors would result in unexpected side effects, for instance https://github.com/jcs/xbanish/issues/40 I wonder if it's possible to make the X window ignore mouse hover event when the cursor is invisible?
> I could submit a PR. @mjkalyan fantastic.
I'm using `left alt` and `right alt` to do joystick motions for switching windows. I think the current outputs are fine since a user probably needs to remap the outputs.
> But this is only if named tuples support both the .N and .name access. Yeah. It's reasonable to have `tuple` return named tuples only if we have full-fledged support....
> I'd prefer this way of implementation. It breaks INSERT SELECT query when trying to insert into predefined named tuples from constructed named tuple with different tuple column names. See...
Note there is a subtlety: In order to have `Tuple(x UInt8, y UInt8)`, you will need the following query: ``` WITH 1 AS x, 2 AS y SELECT (x, y);...
I can see there is a umount attempt https://github.com/vgough/go-fuse-c/blob/master/fuse/wrapper.c#L96 , however it doesn't seem to work. Env: Archlinux x64 go version go1.12.6 linux/amd64
hello, any progress on this :) ? Can we have a wip workaround in the mean time? regards.
可参考的 lua 云输入方案 https://github.com/liruqi/ibus-cloud-pinyin/tree/master/lua
> 如果有兴趣的话我可以整理一下分享出来。 很有兴趣,我去研究一下rime是如何造词的