Tom
Results
2
issues of
Tom
Currently, `_plotDataSets` is stored as a vector of value, meaning data sets are actually copies of their original object. This creates the somewhat surprising behavior that modifying the underlying `PlotDataSet`...
I'm attempting to write generic functions that accept query builder expressions and wrap them with additional functionality before calling them. (In our particular case, the intent is to combine with...
enhancement
help wanted