fukemy

Results 258 issues of fukemy

i got this problem when using lib, plz help ![Screen Shot 2021-12-29 at 11 18 06](https://user-images.githubusercontent.com/8202437/147627032-f790f322-7609-4480-ad3c-d820a0853df9.png)

hello, im working with authState and it's work as expected. Today i need to code login function using face detector, after login success, server return accesstoken dictionary, so i want...

Hi. Does your video support rtsp/rtmp type?

for example i have below string: `@[demo5](d3f0c3cd-f363-4303-8761-8e190f054be3) @[demo8](8dbafd40-b86f-490a-828d-d11dfe221b43) test` then ``` params.Msg.Text = replaceMentionValues(text, ({name}) => `@${name}`) ``` result: `@demo5 @[demo8](8dbafd40-b86f-490a-828d-d11dfe221b43) test`

hi, for example i have a string text: `@[demo5](d3f0c3cd-f363-4303-8761-8e190f054be3) want to talk with @[demo8](8dbafd40-b86f-490a-828d-d11dfe221b43)` now i want to extract into : ``` [ { name: 'demo5', id : 'd3f0c3cd-f363-4303-8761-8e190f054be3', },...

Hi, i have very long text, then it's cause app too laggy ![Screen Shot 2022-07-15 at 11 58 07](https://user-images.githubusercontent.com/8202437/179153763-9469d799-c0d7-42f6-af2e-f685fde70d35.png) as you can see, i typed too long text by pressing,...

bug
v3

hi, when touch and move outside of TouchableScale it's trigger 'onPressOut' function, i want to trigger onPressOut in onRelease finger, can u help?

Hi, i have a tableviewcontroller with 2 cell. it's only take about ~30% screen height, when using intrinsic the tableviewcontroller is show in full state, can u help my problem?...

enhancement

Hi, can u explain more about AVPIPKitVideoController, im trying to implement webRTC call and startPIP, but the result is only white screen. My targetView is mainRemoteView( to display caller video)

hi. i have a videoplayer in PIPUsable, i want when enter PIP mode, the pip will cover the video, how can i do this? Thanks