Josh Leverette
Josh Leverette
One feature I've wondered about for awhile would be to have parallel update tasks running. I have a very powerful desktop, with a 8-core/16-thread R7 1700X processor. When there are...
For some reason, `git submodule update --init` fails. fatal: reference is not a tree: c8a8767c56ad3d3f4eb45c87b95026936fb9aa35 Unable to checkout 'c8a8767c56ad3d3f4eb45c87b95026936fb9aa35' in submodule path 'profiler-rt/compiler-rt' I guess something got deleted from the...
[This line](https://github.com/jdanyow/aurelia-converters-sample/blob/gh-pages/src/examples/4/view.html#L6) is causing it to say `July 7th 2017`, when today is actually `July 16th 2017`. This is because of the `Mo` in the converter. I literally learned about...
`dataplotlib` needs to be able to draw text so it can draw labels on the axes, add a chart title, and do other important things. Ideally, the `Draw` trait would...
Right now, the axes are never drawn inside the viewport, even when the visible range crosses an axis.
Currently, only a limited form of line chart is available. It would be good to implement other plots, such as: - Scatter plots - Bar charts - Pie charts -...
Plots should be able to be dotted or dashed, have different line thicknesses, and more.
add another backend using image instead of sdl2, for people who just want to save plots to image files directly, which requires fewer dependencies and would be compatible with batch...