Randall O'Reilly
Randall O'Reilly
### Describe the bug I added this exception in SetRobust, because otherwise the ploteditor changes the underlying color scheme images, making the entire GUI go bonkers. ```Go // images should...
### Describe the bug from cogent code, when opening a new file with Ctrl+F, it will then scroll to that code in tree -- this seems to be the path...
### Describe the bug This happens in axon sims, in the Form Splits panel. It is inconsistent and it is not clear what causes it: needs more investigation. ### How...
### Describe the bug if you run typegen (i.e., core generate) on a type that embeds a `core` Widget (e.g., `core.Frame`), _in a directory that has no prior successful tree.Node...
### Describe the feature A constant challenge in Go is the inability to have a given directory contain both an executable and also be importable as a package for use...
### The following program `sample.go` triggers an unexpected result ```go type DataTypes interface { string | bool | float32 | float64 | int | int32 | uint32 | byte }...
Note: this is just for review purposes, not to be merged.