Hunter Henrichsen
Hunter Henrichsen
Hey, I'm interested in taking this. I think I have most of it written.
I've made those changes.
I'm down to look at turning my code into a component since it seems like a fairly frequent request.
My PR does step 1, so the only other step would be the interpolation. Drawing is a bit awkward right now since we have to convert it to base64 to...
Latex isn't a single path, though, and it's not all composed of paths, which is why I went the base64 route. Here's an example from the quadratic formula, `x =...
Force-pushing to rebase onto `main`.
Force-pushing again to rebase onto `main`.
I guess that last rebase somehow failed the build. Hopefully this fixes it.
Yep, sounds good. I'm going to rebase the fixups away in the process.
Yeah, I think a throw is better here so that we aren't silently failing to do something. I could see another bug being filed if we silently fail and didn't...