Eric Rabil

Results 33 comments of Eric Rabil

Node 12 seems to be an LTS and doesn't work with fibers either. :/

Perhaps it could be implemented as an option or a custom method? Some ideas that come to mind: - Reserving a set of characters that, when used in that declaration,...

I think that your solution is ideal, especially because you can customize the reservations on a per-parse basis. I can try to implement this, although my experience with this library...

So at [Parser.js:144](https://github.com/viktorstrate/algebra-latex/blob/9c1c9a242b3b73f06cb214009358219c4b85af02/src/Parser.js#L144) I would just need to mixin the added keywords?

The deprecated `latex` parameter in the `AlgebraLatex` constructor is preventing me from adding an options object. Shall I add a `typeof` check and preserve original functionality if the first parameter...

[My fork](https://github.com/EricRabil/algebra-latex) is a working concept of this, however it does not allow me to define a function with multiple arguments. For example: `\\f\\left(x,y\\right)` yields ``` \f\left(x.y\right) ^ Error at...

Sorry to bump a dead thread. Working on multivariate arguments, and not sure how to handle the separators in Latex. Popular editors like MathQuill don't support spaces between the arguments,...

If jsperf is not coming back, could we please have a database dump? A lot of helpful benchmarks in there that will take time to replenish elsewhere.

It'd be so nice if we could have a database dump – I frequently come across posts referring to a JSPerf that I can no longer play around with. Really...

@maxbeatty @asilluron pretty please ❤️