Fred Rothganger

Results 25 issues of Fred Rothganger

Currently, the code sets the rebase flag when doing a pull. However, replaying commits using git's own machinery could produce incorrect results. It would be better to replay the commits...

enhancement

There are two general options for a Python backend: generate pure Python code or wrap compiled C code so it can be accessed from Python. It seems that pybind11 can...

enhancement

A simple approach to multithreading would be to put a mutex on the list of objects attached to the current event and have n threads (probably equal to the number...

enhancement

See issue #98 for a simple strategy for threading.

enhancement

It would be helpful to put comments on the end of equation lines, particularly multi-line equations, where each condition might merit a separate comment. For simplicity, use # as the...

enhancement

When font scale (Settings:Look & Feel) is set larger than 1, and edit takes place right at bottom of viewport, equation tree does not scroll far enough to show a...

bug
help wanted

The git diff panel could show difference between any two git versions. Offer a drop-down list which switch between uncommitted, HEAD, and a prior commit. Only show difference to adjacent...

enhancement

In some cases, duration time is unknown yet there is some other number that has a known limit that can be used to track progress. Allow the user to indicate...

enhancement

We need at least one high-performance computing (HPC) backend. NEST seems like the best available option. Note that Xyce is also an HPC backend, but as a circuit simulator it...

enhancement

The LEMS backend does not correctly run the "Example Hodgkin-Huxley Cable" model. * Outputs channelDensity, but should output channelDensityNonuniform. Need non-uniform parameter to handle surface area of segments. * Need...

bug