devopsinthecloud icon indicating copy to clipboard operation
devopsinthecloud copied to clipboard

Results 55 devopsinthecloud issues
Sort by recently updated
recently updated
newest added

Hi, In this Can we increase height of table list? Can we add @ in selected mentions? Can we set placeholder text of HKWTextView?

你的代码十分强大.但是现在我的疑问是如何改变选择列表的位置.让它不呈现在输入框内部.因为我需要做类似 Facebook 的评论功能. 选择列表是浮现在输入框的上面.我应该如何修改?

needs-detail

Is there a way to enter mention-pick state by code? I.e. simulate action key of explicit mention. This is requirement I have to place '#' button in convenient place. I...

feature-request
needs-investigation

https://blog.cocoapods.org/CocoaPods-1.7.2/ It is supported since Cocoapods 1.7.2, and can drastically improve pod install speed. Let's also bump cocoapods to the latest. ``` diff --git a/Podfile b/Podfile index fb20817..b14894e 100644 ---...

As of 8/5/2020, the latest release 7.2.8 is not being pulled when doing pod install. I manually add the version number and am missing critical changes for [Pull Request 175](https://github.com/linkedin/Hakawai/pull/175)...

Sometimes when the predictive text is selected for some partial word, Hakawai does not complete the word. In the example below, I click on the word "alarm" but it is...

For example: If I have a text (retrieved from the backend) like this : "Calling @UserA", and I happen to know where the mention started and ended, how do I...

I have my own logic for displaying the list in accessoryView using personal tools, HKWTextView I only inherit it and use simpleDelegate, how do I add a mention to the...

I tried to enter first character as Emoticon but textViewDidChange isn't called on external delegate. It seems shouldChangeTextInRange returns false. way to replicate: 1. Enter a emoticon from emoticon keyboard...