Christian Møldrup Legaard
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):  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:  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
The core goal of the tool is to provide a means for specifying how to spawn a process that handles incoming calls to the FMI api. You can use any...
Unfortunately not at the moment. When I initially wrote the CLI in Python I implemented a GUI using wxPython. I chose to rewrite the CLI in Rust to get rid...
I recently added defined the message types corresponding to the model exchange functionality. If there is interest in ME functionality, it should be relatively straightforward to introduce the functionality :)
cosimulation (CS) and model exchange (ME) are two fundamentally different ways of using FMUs. In a nutshell: * cosim: the numerical solver resides inside the FMU implementation, i.e. when you...