Kevin Barabash
Kevin Barabash
It seems like this would be useful for CI as well.
It looks like I'd have to change `parsingOptions` to include `"flow"` instead of `"typescript"` based on the current file. Is that it? I wonder if it would be easier to...
Thanks for pointing me to that.
I've started avoiding `test.each` because it's hard to tell which case is failing. In addition to highlighting the failures in the margin, it would also be nice if the `Expected:...
It seems like it shouldn't be too hard to extract all code snippets from the markdown and generate a `.test.js` file that could be used with `jest`.
@MicheleBertoli I'm not sure how much time I'll have. Here's a link to the code that I used in my own project for this: https://github.com/Khan/wonder-blocks/commit/f0a4c7511321e9bf4c40f5d792c949a701cf448f. Unfortunately, it doesn't handle some...
For the purposes of using this in tutorials it would be nice if there was an option to prevent any simplification when performing operations, e.g. ``` // assume exp =...
I think `\cdot` makes sense as a default with an option to use `\times` by passing an `options` dictionary to `.toTex`. `\times` probably won't be used that much, but it's...
`5(2x)` but not usually not `(5)(2x)` and most definitely not `(5)(2)(x)` unless I was trying to make some point about commutativity which is really an edge case so I wouldn't...
After thinking about it a bit, this is probably an unreasonable request because it would probably require significant changes to the current data structures. It's probably best to leave things...