tomisacat

Results 16 issues of tomisacat

`FSPagerViewObjcCompat.h/m` are used for compatible with ObjC. Consider splitting this into two separate subspecs: one for Swift(default spec with `FSPagerViewObjcCompat.h ` excluded) and another for ObjC?

Daily/Weekly/Monthly 随机生成一组收藏夹中的单词并 popup 一个 list(tableview),用户可以对已经熟练掌握的单词选择不再加入到这个随机列表中(可以在收藏夹或者弹出的list中选择操作)。

enhancement

In `Redux`, there is only one Store and many sub-reducers/states/actions, and the action and state will flow into specific reducer, you could handle global state through the only Store. But...

There is no declaration of `socketDidSecure` in protocol CocoaMQTTSocketDelegate, it should be a needless implementation of this function.

看了好几个实现,reverse后的视频都没有声音,确实音频不像视频可以写image来实现,不知道你有什么思路没?

I choose to use quad crop and after taking a picture I want to select a quad crop of the picture, when I drag the picture it will bounce back,...

Hacktoberfest

I managed to create a Slack workflow and configure the variables according to the doc: https://learn.microsoft.com/en-us/appcenter/dashboard/webhooks/: And adding a next step of sending a message to channel: Unfortunately Slack is...

App Center Accounts
Pri3
App Center Alerting

I'm deeply frustrated that there seems lack of a documentation on error handling, e.g Isar should throw **unique error** when trying to write a record with duplicated column and there...

enhancement

在 https://github.com/cz-it/play_and_record_with_coreaudio/blob/master/audiotoolbox/audioqueue/player.md#内存管理 这一节的最后,你提到: >创建Buffer对象并保存在 mBuffers 数组中。`其释放在调用Queue的Dispose的时候会自动进行释放。` 也就是说 AudioQueueBuffer 对象的创建和释放是由 AudioQueue 控制,那么将其保存在 mBuffers 数组中是否没有必要?将 demo 中把 buffer 加入 mBuffers 数组的逻辑去掉(仅用 AudioQueueAllocateBuffer 创建3个 AudioQueueBufferRef 对象),编译运行并没有发生问题。