Randall O'Reilly

Results 309 comments of Randall O'Reilly

I don't have a lot of time to fix this right now, so I'm biased to not change things -- I'm going to make a release now.. I'm just going...

For the tables, the idea is to size columns according to the data, not the headers, which can be rather long sometimes and would thus result in less efficient (and...

it is set in the params. this is perhaps a bad example for where you can set params outside of the network using paramsets. but there aren't many other params...

Actually, it is `MaxEpcs` that is in the params -- in the ra25.go file, you can see this: ```Go "Sim": &params.Sheet{ // sim params apply to sim object {Sel: "Sim",...

good point! see the `ki/node_test.go` file for some examples -- e.g., ```go parent := NodeEmbed{} parent.InitName(&parent, "par1") typ := reflect.TypeOf(parent) child := parent.AddNewChild(typ, "child1") ``` will add to README.md. In...

yep you need to write that method or its equivalent.. simple example per above is now in README

yeah we need to save and restore the filter across updates. current version is a "quick and dirty" thing that works after graph was built.

yeah it is designed to use names only. will fix gui to indicate this.

I'm guessing that Apache Arrow implements Parquet, and the etable.Tensor is Arrow compatible, so in principle this could be easy.. :)

you can do that by clicking on the button for the x-axis value and setting the min / max. maybe we could add a -N kind of syntax where negative...