ki icon indicating copy to clipboard operation
ki copied to clipboard

Development of Goki has moved to Cogent Core. For the latest stable version of ki v1, import version 1.1.17 and see the v1 branch.

Results 3 ki issues
Sort by recently updated
recently updated
newest added

There's a lot of documentation regarding advanced features, but it is a little ridiculous there is no documentation anywhere on how to even initialize the basic tree structure. Maybe, I'm...

just have to deal with JSONType coding issues. see node.go:2259

simplest soln would be to have a delimiter (e.g., ':' ) and put UniqueName:Name into name field of TypeNameList, and then use that. In giv.TreeView, under GoPi, we're swapping two...