Ben Lerner

Results 292 comments of Ben Lerner

That's a weird one -- at the JS level, `Math.pow(10, 309)` yields `Infinity`, which I don't think we're handling correctly. Further, `num-log(num-expt(10, 36789))` fails because (once again, darnit) `errbacks` is...

@jpolitz I just reread your last patch more carefully. I'm not sure why you're making the *base* into a Rational. I think that's what's triggering the stack overflow: it's a...

I think that's technically true. I think we went with a method to ensure that its interface was similar to lists as we could make it, though. Making it a...

`Scene` is not a thing we want to expose to users. It's an implementation detail that ought to be removed. See #417. I'd like to eliminate `empty-scene` in favor of...

Just skimming through old issues. `table` (singular) is the JS module that implements the table datatype; `tables` (plural) provides various reducers and `table-from-rows`. I think it's an accident that `table`...

Could you suggest a complete wording of the message that you would like to see? Given that many of our messages _do_ display a suggested course of repair, what should...

Thanks. For now, since I do want to keep "whichever font it is that `mathjax-asana` is picking" (since it renders most nicely relative to the surrounding text of my actual...

Got it -- thanks for the explanations!

Oh that's great, that's a much more robust solution than me remembering to add `mskip`s everywhere :) In my actual use case (of writing lecture notes), I've disabled SVG output...

I was just suggesting that at the _call site_ for `ensure-distinct-lines`, you filter the `stmts` list to only contain statements whose source doc equals the doc of the `s-program` root...