Friedrich von Never

Results 301 comments of Friedrich von Never

Can confirm that adding this to YAML is enough: ```yaml permissions: contents: write ``` It is not necessary to manually edit the permissions in the GitHub UI.

Alright, I've opened a PR from that branch. This PR will be superseded by that.

They are completely equivalent in all of the modern BF dialects, so yes, I am sure. Optimizing BF compiler (yes there is a such thing) should simply replace `[+]` and...

Hm, could you please clarify the nature of this error? What is it exactly? Is it a compile-time error? Also, what is this "error list" exactly? What does it show?

Okay, I still don't understand. What exactly is "a runtime error"? Is it an exception? Where's it thrown? How's it detected? Could you please provide an example?

What's the input formula? What do you mean by the "padding area"?

And you set the background by calling `Box.SetBackground`, right?

First things first, for further investigation, here's a full snipped I was able to somewhat reproduce the issue with: ```csharp private void DoTest() { var parser = WpfTeXFormulaParser.Instance; var latexformula...

Yep, folks, that's what I meant. I am still unsure on how to better integrate this with the rest of XAML-Math API. Maybe an additional parameter of `RenderToPng`? But we'd...