Friedrich von Never

Results 586 comments of Friedrich von Never
trafficstars

This (I mean, the error message being shown in console) was fixed in 1.2.0 (only Rider 2023.3).

There are still a lot of people reported some random things in the same thread, and I'm still waiting for their answers to distinguish between the issues, open separate issues...

Is there some formal description of what parts of the spec (and which spec then) are supported by this plugin? Like, for example, does it support [the webauthn spec](https://www.w3.org/TR/2023/WD-webauthn-3-20230927) at...

I am not against that, but note that this would require some work in the area XAML-Math is lacking the most: drawing of vector lines and figures between arbitrarily placed...

So far, there's no support for this. It would require the matrix layout engine to support right-aligned text, which we are currently lacking. You can only try to emulate it...

So far, we don't support right-alignment in matrices at all. It's not that hard to add, just we don't have the corresponding syntax and code. Something similar to your example...

The only problem is that I know nothing of WinUI. The work itself shouldn't be too difficult: we already have a decent UI framework abstraction layer that could be used,...

I fear that would be a very complex and difficult task. Even TeX itself isn't always able to handle this reliably. I heard that amsmath is able to do that,...

Could you please clarify what these operations are? I'd like to clarify how we actually get the SVG data: basically, we draw the image on a WPF `Geometry` canvas, and...