huntrist

Results 15 issues of huntrist

please consider support setting font weight when using a vf.ttf font file

Please consider support more font file formats such as OTF

Flutter 2.2.3 如果APP已在后台,通过微信内H5调起一切正常

分享 WeChatImage.network 网络图片确定是动图gif 即使把suffix手动设置成gif 分享到微信Session/Timeline中依然是jpg静态图

bug
help wanted

激励视频中点击下载下载失败 Pangolin v0.2.7 Flutter 1.22.5 stable Android 必现 测试手机:华为Mate30 点击激励视频中的下载游戏 debug模式下会一直弹出 下载失败,请点击下载区域重新下载 可能关联的报错: /LibEventLogger(22182): tag embeded_ad E/LibEventLogger(22182): label ttdownloader_unity D/DBMultiProviderImpl(22182): query: content://com.jikipedia.app.TTMultiProvider/t_db/ttopensdk.db/template_diff_new D/DBMultiProviderImpl(22182): update: content://com.jikipedia.app.TTMultiProvider/t_db/ttopensdk.db/template_diff_new D/DBMultiProviderImpl(22182): query: content://com.jikipedia.app.TTMultiProvider/t_db/ttopensdk.db/template_diff_new D/AdEventProviderImpl(22182): dispatch...

收到如下官方信息 苹果预计将更新iOS 14.5版本,因iOS功能调整,届时将会对ios广告收入造成重大影响。为保障开发者的收益,我们已发布了专门适配iOS 14.5版本的SDK(3423以上的版本)。国内流量开发者如使用pods更新,请使用pod 'Ads-CN'。请务必不晚于2月26日之前将SDK更新至3423及以上版本,避免您的收入遭受严重损失!!! 插件中的pod设置应该也需要升级? 或者请问如何手动使用pod 'Ads-CN'? 谢谢

https://mathiasbynens.be/demo/animated-webp this image can not be decoded

please consider adding an API or put into GetInfo function. reference: https://stackoverflow.com/questions/45190469/how-to-identify-whether-webp-image-is-static-or-animated

Please consider support graceful shutdown of the remote SessionManager meaning: provide a function to Shutdown the connections And clear the distributed locks held by the current instance. So the services...

``` func InitQQBot() (err error) { botgo.SetSessionManager( remote.New( GetRedisConn(), remote.WithClusterKey(Settings.QQBotManagerKey), ), ) botgo.SetLogger(Logger) token := botoken.BotToken(uint64(Settings.QQBotAppId), Settings.QQBotAppToken) api := botgo.NewOpenAPI(token).WithTimeout(3 * time.Second) ctx := context.Background() ws, err := api.WS(ctx, nil,...