Christian Møldrup Legaard

Results 6 comments of Christian Møldrup Legaard

I would like to give this a shot in the near future. Rendering an equation using katex-rs and pasting it into a page renders correctly in Firefox. So would this...

That's great news! In terms of accessibility, KaTeX actually emits HTML AND MathML by default, see [KaTeX Options](https://katex.org/docs/options.html#docsNav): ![image](https://user-images.githubusercontent.com/18687499/203580476-e4a52bf0-aa75-4402-9f42-a972d232e7ce.png) With the prospect of MathML support landing in Chrome, I think...

I have experienced a similar issue to @thebeekeeper, the only difference is that it occurs during deserialization. I would expect the `` to be mapped to `Some("")` rather than `None`,...

> @ezyang In my perspective - supporting some high-level constructs like scans / reduce / map tensor functions should make transformations / optimizations easier as they express various RNNs and...

I am revisiting this issue after hitting an unrelated issue. Wikipedia summarizes rules regarding the number of slashes as follows: ![image](https://user-images.githubusercontent.com/18687499/91408374-0fe04e80-e844-11ea-868b-9154b0fb137b.png) As I understand it the difference between a single...

Yes, I think we should follow the recommendations of /// for absolute paths on both Unix and Windows