Randall O'Reilly

Results 247 issues of Randall O'Reilly

ala grep -R sometimes you really want to make sure you got everything and opening up dirs is annoying.

double clicking causes details to show up which usually don't care about.

panic: runtime error: slice bounds out of range [98:88] goroutine 15 [running]: github.com/goki/gi/giv.(*TextBuf).DeleteTextImpl(0xc0d2802580, 0xf2, 0x5e, 0xf2, 0x62, 0xc06182ba70) /Users/oreilly/go/src/github.com/goki/gi/giv/textbuf.go:1081 +0x778 github.com/goki/gi/giv.(*TextBuf).Undo(0xc0d2802580, 0x0) /Users/oreilly/go/src/github.com/goki/gi/giv/textbuf.go:1873 +0x6b3 github.com/goki/gi/giv.(*TextView).Undo(0xc004bc4a00) /Users/oreilly/go/src/github.com/goki/gi/giv/textview.go:1536 +0x7c github.com/goki/gi/giv.(*TextView).KeyInput(0xc004bc4a00, 0xc11a47bc80) /Users/oreilly/go/src/github.com/goki/gi/giv/textview.go:4279...

This is a GoPi issue but filing it here, as it comes up in gide.. ``` github.com/goki/pi/langs/golang.(*GoLang).StructInheritEls(0x63a8e30, 0xc05222e000, 0xc0128a3200, 0xc01dcbf2c0, 0xc058775180, 0xd) /Users/oreilly/go/src/github.com/goki/pi/langs/golang/types.go:463 +0x929 fp=0xc09f402450 sp=0xc09f402448 pc=0x46d1669 github.com/goki/pi/langs/golang.(*GoLang).TypeFromAstComp(0x63a8e30, 0xc05222e000, 0xc0128a3200,...

not able to complete on those.. should be simple.

I'm pretty sure I've seen this a few times.. need to track down an example and figure out what's going on.

e.g., in emer/etail, importing "github.com/nsf/termbox-go" but the package name is termbox. also explictly specifying termbox alias in the import does not fix it.

e.g., some projects you use it and others you don't. The issue is that this flag must call a corresponding SetEnv call to set the environment variable, so go commands...

From @rohrlich in #125 completion inside brackets should be finding all vars but in code below where you see "..." the completion list is the single item "splits" until you...