devopsinthecloud
devopsinthecloud copied to clipboard
Hi, I have problem with triggering mention using CharacterSet(charactersIn: "@"). `let mentionsPlugin = HKWMentionsPlugin(chooserMode: .enclosedTop, controlCharacters: CharacterSet(charactersIn: "@"), searchLength: -1)` Result: not triggering mention at all `let mentionsPlugin = HKWMentionsPlugin(chooserMode:...
When i text Vietnamese laguage EX: Đi , Ấ, Ối ==>app crash. (Đi = DDi , Ấ = AAs, Ối = OOIS) " Terminating app due to uncaught exception 'NSInternalInconsistencyException',...
Generally HKWTextViewDelegate method `textViewDidHaveTextPastedIn` gets called when text is pasted and textView have pasted data. In iOS 11.0 and later, textViewDidHaveTextPastedIn method gets called but text view does not contain...
Hey, I've updated to 7.1.0 and now the mentions chooser opens right away on `textView.becomeFirstResponder()`. It looks like the issue is with this check: [6.0.1 ... 7.1.0](https://github.com/linkedin/Hakawai/compare/6.0.1...7.1.0#diff-cde536da0ba42f36025dee181fa76a15R731) ```swift if ((self.state...
Hey, not sure if I missed something, but it seems that all the of the "Simple Plugins" related code doesn't actually do anything. You can add and remove plugins, but...
It would be great if Hakawai could be installed through Cartage. Currently it can't. Upon trying to include it as `github "linkedin/Hakawai"` we get an error "Dependency "Hakawai" has no...
When my objective-c project didn't have the bridging-header file, my project was working fine. But when I created the bridging-header file, as I am using swift in my project ,...
I added a data on `-setupFakeData` method with a long ass string. `[MentionEntity entityWithName:@"ytingasdasdasdlakdlaksdjlkasjdlkajsldkjalksdjlaksjdlkajsldkjalksdjalsdjlaksdjlakjsdljalskjalskdjalskdjlaksjdlkajsdlkajdlkajsdlkajsdlkajsdlkajsdlkajsdlkasjdlkasjd" entityId:@"27"]]; ` Creation of mentions with long name were still working fine, but when you're highlighting...
Hello everyone!, does anybody managed to use UITableViewAutomaticDimension within a HKWTextView inside a Cell?. I have a ViewController that has a TableView inside with two cells. The first one has...
If I inserted a mention `fck_trmp` and inserted again the same mention immediately after the first mention `fck_trmpfck_trmp`, it will be classified as a single mention