Josh Stillerman
Josh Stillerman
The mdsConnector remote MDSplus objects should be tested / fixed with respect to python3 The new pypy stuff may also cause concerns
The C++ example for events has several problems: - it does not compile with modern compilers - types not specific enough - cout needs std::cout - There is no main...
While working on the simpleJson server for grafana I find 2 issues with setTimeContext: 1 - data() and dim_of().data() will not return < 1 sample per segment. I have a...
When scripting MDSplus in python, methods of devices not implemented in python can not be called. There is a work around by calling `tree.tcl('do/meth...')` I think we may be able...
It would be great to teach graphana which we use for other displays to be able to display mdsplus data. There are security issues with allowing a web based tool...
After changing the server list in jScope it does not get written anywhere. How do you interactively edit the list. I think we have a way to specify the server...
The file: https://github.com/MDSplus/mdsplus/blob/alpha/docs/use_docs.md seems like it should be the readme for this directory. Also where do we serve up the doxygen generated files?
The main MDSplus readme should say: Use the kits, don't build To build: bootstrap configure ...
In response to the user survey question / request on MDSplus security, the first step is to document what we have, and advertise that documentation on the top of http://www.mdsplus.org...
It would be great if in DWSCOPE and jScope (may already do this ?) you could undo and redo zoom and autoscale operations. We could keep a stack of scaling...