tcstewar
tcstewar
> Where would be a good place to start looking at code? I believe it can mostly be done in this file: https://github.com/nengo/nengo_gui/blob/master/nengo_gui/static/components/slider.js In addition to that, there is a...
Two thoughts on this: 1) the default label for a plot should be the full name (so something like `model.network.whatever`) 2) there should be a way to set the label...
Gah, my "just use the full name" thought there doesn't actually work most of the time. It'd work fine if `obj.labels` wasn't set, but if it is set (which is...
> The htmlview.js documentation makes no sense. Ouch. You're completely right... that documentation seems to be left over from copying from other files and should be completely ignored.
I'd totally be onboard with trying something like that. At the moment there's no dynamic information going to the NetGraph, but I don't think there's any technical problem with doing...
A better error message would be a great first step for this. After that, it may require some re-thinking. Really, we should be treating that configuration as completely separate from...
Yup, this is part of the bigger issue of doing submodules in spa.
can you post a minimal model that causes this error?
Also, the converting to direct mode thing is really just a helper function for debugging. If you're running things on nengo_spinnaker, you shouldn't have anything in direct mode, so you...
I think it'd be nice and straightforward to let people adjust the hue of an object right in the gui. The hue would be stored in the .cfg file the...