Ariel Pollack

Results 6 issues of Ariel Pollack

As the documentation mentions, `rx_autoUpdater` doesn't work along with `tableView.rx.items` and it's variations. It basically happens because the dataSource proxy fires `tableView.reloadData()` when the data array changes. I've implemented a...

Please fill in this template. - [ ] Use a meaningful title for the pull request. Include the name of the package modified. - [ ] Test the change in...

The CI failed

`UITextView` can split an `NSAttributedString` and set new `font` attribute if some substring has a different language which needs another font (for example when the mention include both English and...

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...

Hey, I've noticed `spellCheckingType` is always overridden to `.no`. I can fix it but I wanted to understand the logic first. Part of the initial setup of `HKWTextView` is ```objc...

enhancement
needs-investigation