rockingdice

Results 22 issues of rockingdice

调试的时候一大堆日志实在是…影响心情

I used custom function: -f "LLS" to parse the localized strings: `LLS(@"LOC_BASE_INFO", @""), LLS(@"LOC_UPGRADE", @""), LLS(@"LOC_CRAFT_PRICE", @""), LLS(@"LOC_SKILLS", @""), LLS(@"LOC_SET_SKILLS", @""), LLS(@"LOC_CRAFT_MATERIALS", @"") ` it will work good if there...

enhancement

This package is awesome! Can there be an adjustable break between each run of the shimmer effect? This may be useful for simulating shiny effect like glowing or else. It...

Met an issue after upgrading to 0.12.3. I want to change the navigation from a `DropdownButton`: ``` DropdownButton( value: selectedAppId, icon: Icon(Icons.arrow_drop_down), iconEnabledColor: Colors.black, iconSize: 12, elevation: 16, dropdownColor: Colors.white,...

bug

I'm caching the ListView for page navigation(using a PageStorageKey). So that users won't have to scroll from the top each time. But I noticed the draggable scrollbar is reset when...

苹果在iOS14.5版本中向开发者提供了skadnetwork归因方案(https://developer.apple.com/documentation/storekit/skadnetwork),为保障开发者的收益,我们发布了适配iOS 14.5版本的SDK(3511以上的版本),开发者可以使用pod 'Ads-CN'接入SDK。在接入SDK时请务必按照接入文档中的"穿山甲开发者升级 iOS 14 Checklist(https://www.pangle.cn/help/doc/5fbdb5571ee5c2001d3f0c6f)"中注意事项进行配置穿山甲network id。如果您已接入3511以上版本并且配置了穿山甲network id,则可以忽略本条通告。 具体可以看: https://www.pangle.cn/help/doc/5fbdb5571ee5c2001d3f0c6f 不知道现在sdk是否需要更新?

请问这个现象是正常的吗?还是哪里设置有问题导致的? 安卓华为mate 9 pro iOS透传消息是可以正常显示的。

Consider I have a dart list containing dart maps: ``` List mapList = []; ``` If I use the mapList as a parameter, then in the script: ``` fun exec(mapList){...

如题,我收到了来自paypal的邮件,提示如下: ![image](https://user-images.githubusercontent.com/3458134/130455966-f2a8dcc3-d8f3-4d2e-a23a-8e0162697803.png) 服务器在执行 ``` payment, err := client.ExecuteApprovedPayment(req.PaymentID, req.PayerID) if err != nil { return errors.Wrap(err, "") } ``` 时,err是错误: ``` 2021/08/23 18:37:38 : json: cannot unmarshal string into Go...

I did a massive renaming (renaming variables one by one) and it suddenly stopped working. The status always remains: After that, all functions from clangd are not working. I also...

bug