The Volatile Bit

Results 5 issues of The Volatile Bit

After a recent update, legend position on **plotly/plotlyjs** backend is somewhat broken. Namely, the attribute `legend_position` seems to have **no effect on the resulting plot**, and the rendered legend position...

bug
PlotlyJS

We get `Something went wrong. Integrator stepped past tstops but the algorithm was dtchangeable. Please report this error.` when calling ```julia f(u, p, t) = 1 p = SDEProblem(f, f,...

It'd be nice to isolate the reaction expression parser for use in, e.g., loading reactions from a file. This is simple to do: One can overload `get_reactions` as in `get_reactions(exs::Vector{Expr},...

The objective of this workstream is to naturally align the framework with [AlgebraicAgents.jl](https://github.com/Merck/AlgebraicAgents.jl) and further enhance the breadth of dynamics that this framework can effectively simulate. - [x] key simulation...

When I try to setup an API inside a module, it turns out that the handlers are not being registered. I have to define them outside the module to make...