Randall O'Reilly

Results 228 issues of Randall O'Reilly

### Describe the feature For the gpu.gpudraw system, the default "clear color" in the renderer should be same as Scene background. Easy fix. ### Relevant code _No response_

enhancement

### Describe the bug May have happened with the update to new splits code, which still needs to be incorporated back into plotting. ### How to reproduce tensor/examples/planets, data browser,...

bug

### Describe the feature per https://github.com/golang/go/issues/13560 generated files are identified by a standard comment. `fileinfo` should check for this comment in .go files and set a "Generated" flag. Then filetree...

enhancement

Per design discussion in: https://github.com/cogentcore/cogent/discussions/324 The `tensor.Indexed` type provides the universal representation of a homogenous data type throughout all the packages here, from scalar to vector, matrix, and beyond, because...

### Describe the bug ```Go $ x := 4 b := tensor.CallOutMulti("Mul", x, tensor.NewIntScalar(2))[0] 1:28: constant definition loop ``` if you pre-define b, and then switch to `=`, it works....

bug
confirmed

### Describe the feature Suggestion from "Dedicated" on slack. Should be relatively straightforward using maker logic. ### Relevant code _No response_

enhancement
approved

### Describe the bug holding down Shift engages Move mode, should remove source item after successful drop. doesn't. ### How to reproduce try it! ### Example code _No response_ ###...

bug
confirmed

### Describe the feature newly-added keylist is simpler and avoids the KeyValue tuple from ordmap, but it is probably a bit slower on insert and delete, but almost all of...

enhancement

### Describe the feature @kkoreilly we have discussed this but I don't remember the current status. In the emer sims, we really need to be able to get the current...

enhancement