Dominik Bucher

Results 15 comments of Dominik Bucher

> I commented two lines line 18 "-Werror", in submodules/AsyncDisplayKit/BUILD line 10 "-warnings-as-errors", in submodules/Display/BUILD This error become warning and I builded successfully Funny enough, year later this still works...

Hello @daveguerin , as a workaround, you can pass custom closure to `viewConfiguration` which uses "introspection" on the UITextView. Try this code: ``` VStack(alignment: .center) { RichTextEditor( text: $document.text, context:...

To futher Clarify, context should have nothing to do with color of the UI/NSTextView itself. We planned with @danielsaidi to delete viewConfigurationClosure, which should probably be proper fix, right now,...

@S1D1T1 I have mebtions and hashtag locally running as well thats next feature that will be implemented

With TextKit2 this is very possible and actually more easy, I need to merge that PR with textKit2 in order to add those more "complex" features. I will try to...