Kevin Barabash
Kevin Barabash
Adding a `` to work around what appears to be a browser bug isn't ideal. A Firefox-only CSS tweak to change the spacing might be better. Using ` ⅆ `...
@max-sixty I ran into the same issue and ended up replacing `tarpaulin` with `grcov` in https://github.com/crochet-lang/crochet/pull/395. You may want to explore that as an option as well.
flow-typed has a type definition for v26 so updating this should be pretty straight forward.
@ConaGo go for it.
There's a PR for canvas rendering that you might want to checkout: https://github.com/Khan/KaTeX/pull/251.
quicklatex.com: katex.com: While the KaTeX rendering isn't quite the same as the LaTeX rendering, it doesn't seem that far off. @mossadal how did you generate the rendering from your post?
@marcianx browsers don't support the MATH table. Were you thinking of using a monolithic KaTeX font with iosMath and AndroidMath because you want Computer Modern glyphs?
Setting the version in the global.json fixed this issue for me.
Providing a debugging API that's accessible from JS allows debugging from web-based IDEs. This is particular important for web-based development environments that are targeted at novice developers.
> there's no distinguishing debugger vs. debuggee; it's all just content I think one way to address is to provide a for the JS code that initializes a WebAssembly module...