John Rohrlich
John Rohrlich
I have 2 sets of stats to keep separate confusion and decoding stats for train and test. It would be nice if the struct had a name field.
I have a case where 2 full layers are mapping to the lower and upper portions of the receiving layer. The scaling was off and the receiving starting points were...
fatal error: concurrent map writes goroutine 6 [running]: runtime.throw(0x52ba136, 0x15) /usr/local/go/src/runtime/panic.go:1112 +0x72 fp=0xc0f0f4d4b0 sp=0xc0f0f4d480 pc=0x40361b2 runtime.mapassign_faststr(0x50a6020, 0xc025eeb230, 0x527b1ad, 0x9, 0x1) /usr/local/go/src/runtime/map_faststr.go:211 +0x3f7 fp=0xc0f0f4d518 sp=0xc0f0f4d4b0 pc=0x40164c7 github.com/goki/ki/ki.(*Node).SetProp(...) /Users/rohrlich/go/src/github.com/goki/ki/ki/node.go:1336 github.com/goki/gi/giv.(*ValueViewBase).ConfigWidget(0xc09828af00, 0x55c1cc0, 0xc025ee8a00)...
github.com/goki/gide/gide.(*CmdAndArgs).PrepCmd(0xc0006cdea0, 0xc000799ce8, 0x0, 0x0, 0xc00047b9f8) /Users/rohrlich/go/src/github.com/goki/gide/gide/commands.go:110 +0x468 github.com/goki/gide/gide.(*Command).RunBuf(0xc00073ef60, 0x5351760, 0xc000799500, 0xc00c118000, 0xc0006cdea0, 0xc01e6b66c0) /Users/rohrlich/go/src/github.com/goki/gide/gide/commands.go:380 +0x5a created by github.com/goki/gide/gide.(*Command).RunAfterPrompts /Users/rohrlich/go/src/github.com/goki/gide/gide/commands.go:361 +0x3e1
Seems that "fmt.Print" it is being completed as "Print." rather than Print so I guess that is the problem.  ![Screen Shot 2020-05-21...
If you complete with a function the parens "()" get added for you but if they are already there don't do it again.
If we aren't going to allow this then changing the cursor from "+" to something saying "not supported" would be good.
There are only a couple of reasons I sometimes go back to GoLand. One is debugging. I've already filed issue #233. Another issue with debug is the var info being...
I just noticed ^C c so I'll use that but I think a lot of people would like shortcuts for often used cmds.