刘昆

Results 11 comments of 刘昆

Just reopen all the projects (and their window layout) is good enough for me. It is OK not restore active files, file list expansion and selections.

@fileability Thank you for the reply! You said "I'm 100% against opening projects on launch". Any reason for that? Most mac apps remember the last opening documents when quit. For...

You need to use `isAddress` which includes `isChecksumAddress`.

Cool, thanks! Need this feature in a project.

Essential feature for mobile usage! Looking forward to it.

Good idea! Better only show the icon when hovering on the block.

Yes, it is. You can recover `net.Conn` by: ```go f := os.NewFile(uintptr(fd), "dup-fd") conn, err := net.FileConn(f) _ = f.Close() return conn, err ```

Cool! I'll submit one when I have time. 不过有个设计上的问题。我目前是在回调里用`size`这个属性把fd传回来的。这样能接受吗?还是在OpResult里增加一个专用的`FileDescriptor int`或者通用的`IntValue int`呢?

https://github.com/kr/pretty works for me.

> * @jayzhan and @liukun cleaned up how zero argument handling works [ScalarUDF: Remove `supports_zero_argument` and avoid creating null array for empty args #10193](https://github.com/apache/datafusion/pull/10193) Should be @jayzhan211 and @liukun4515 ....