Matthias Zenger
Matthias Zenger
First of all, the build issue you are experiencing are totally my fault. I am using Xcode as my primary development tool and I update the SPM package definition only...
This is related to a bug fix I did recently, which apparently has lead to a similar bug being introduced in the Hedera SDK (probably long ago). NumberKit used to...
Thanks for your message, @AlvaroBro ! If you found issues with the table support in MarkdownKit, then I definitely want to fix them. If you have some examples where the...
The issue here is that Apple's HTML to `NSAttributedString` conversion has many bugs. In particular, nested lists are not supported well. I now implemented a small workaround via commit 941f6985a5815968e98f9bdeabadc771e1bcda55...
Functions whose name starts with `draw-` typically draw something into a drawing that is provided optionally as the last parameter. If the last parameter is missing (like in your example),...