Franky Lee

Results 8 issues of Franky Lee

这里打印无法打开encoder的log ``` void BaseEncoder::OpenEncoder() { InitContext(m_codec_ctx); int ret = avcodec_open2(m_codec_ctx, m_codec, NULL); if (ret < 0) { LOG_ERROR(TAG, LogSpec(), "Fail to open encoder : %d", m_codec); return; } m_encode_stream_index =...

RefreshControl和react-native-scrollable-tab-view一起使用时会发生冲突,请问怎么解决?

## Checklist - [x] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue ## Current bug behaviour When I use audiolayers to play audio, I open other media applications (such...

bug
good first issue
platform-ios

## Current bug behaviour call in paused state ```setPlaybackRate()``` , will resume playback, but the playback state is out of sync. ## Expected behaviour calling ```setPlaybackRate()``` in the paused state...

bug
good first issue
platform-android
platform-ios

### Steps to reproduce 1.After placing RefreshIndicator inside NestedScrollView, 2.When there's a lot of content in NestedScrollView's headerSliverBuilder, 3.The dragging effect for pulling down to refresh disappears, and a slight...

framework
f: material design
f: scrolling
has reproducible steps
P2
team-design
triaged-design
found in release: 3.19
found in release: 3.22

我下载trime编译安装后输入法无法弹出,编译安装的是Android,部署时提示没有可配置的文件。 我使用```./rimerc.sh trime```后提示 ``` Please install trime manually Copy release/trime to your rime trime /sdcard/rime and deploy ``` 请问需要如何配置有具体步骤可以指导一下吗?非常感谢!