Friedrich von Never

Results 301 comments of Friedrich von Never

v0.12.0 definitely handles this correctly, by throwing a `TexException`. We could clarify the documentation on that, though.

Thank you so much, everyone. We did it! The next release will likely have full Avalonia support.

It all starts in `TexFormulaParser::ProcessCommand`. There's a huge `switch` over known commands, and a fallback to `WpfMath.Parsers.StandardCommands::Dictionary`. I suggest that we need to add a new command named `begin` into...

`MatrixInternalEnvironment` solves this problem by overriding the `ProcessUnknownCharacter` method: https://github.com/ForNeVeR/wpf-math/blob/10b9210b3108711e54bb480e8ed0485bd9c5cfc2/src/WpfMath/Parsers/Matrices/MatrixInternalEnvironment.cs#L27-L36 I believe that it doesn't work automatically because `context.Parser.Parse(innerContent)` doesn't receive the command name (it expects to have `\pmatrix …`...

Closed by #327. There are now some basic abstractions for: - colors, - brushes, - fonts, - geometry. Some of those were taken from the Avalonia branch, and ultimately everything...

Could you please elaborate a bit more? What particular aspect of styling are you trying to change? (and it's nice to see you after these years, hope you are okay...

The first issue is clear (I don't know if Avalonia supports Mono, but that's not the point; the plugin should call the designer app using the correct runtime anyway). The...

Alright, I think I was able to fix the Mono issue, but I've no idea so far what to do about `-macos`. Let's start from the steps to reproduce. Do...

Not yet. Any help is appreciated. I am interested in two facts: 1. Whether a build in this mode produces a normal managed .NET assembly 2. What assembly does Rider...

Does it have any sensible defaults?