Results 9 issues of Darks.Liu

How does it determine which line of the list the mouse is in? I need to list support mouse click event.

I want to open and edit file from sidebar, but It just can open and view file just like example "code_viewer". How to create a widget that can edit file...

table row support mouse hover and mouse click event

enhancement

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':runIde'. Caused by: org.gradle.api.GradleException: Unable to determine version for JDK located at /Users/lihua.llh/.gradle/caches/modules-2/files-2.1/com.jetbrains/jbre/jbr-11_0_13-osx-x64-b1751.21/jbr/Contents/Home. Reason: Command returned unexpected result code: 137 Error output: Error output: at...

After import "github.com/smacker/go-tree-sitter/python", I cannot compile executable binary file for windows and linux on OSX. for linux ``` CGO_ENABLED=1 CC="x86_64-linux-musl-gcc" GOOS=linux GOARCH=amd64 CGO_LDFLAGS="-static" go build -trimpath -ldflags "-s -w -linkmode=external"...

fix(record): use Unix time for expiration checks for issue #593 Replace the usage of UnixMilli with Unix in record expiration checks to simplify the representation of timestamps. The previous implementation...

**Describe the bug** Record cannot be inserted after the expiration time is set. **To Reproduce** Set expiration time when calling tx.MSet function: ```go err := n.db.Update(func(tx *nutsdb.Tx) error { return...

A new PrefixScanKeys function has been added to tx_btree.go, which is specifically used for prefix scanning of keys, improving performance and optimizing resource usage. This change reduces unnecessary data processing...