riven
riven
**Describe the bug** I use toast-ui.vue-image-editor, and the include-ui have been setup false, the code is like this: `options:{ cssMaxWidth: 550, cssMaxHeight: 512, usageStatistics: false, selectionStyle: { cornerSize: 20, rotatingPointOffset:...
I found this lib that have used `_UITextLayoutCanvasView` and `_UITextFieldCanvasView`. That class is private api. If I use this lib in our app, can we pass the apple review?
报错的地方是: `lib/news.dart:87:42: Error: The argument type 'dart.core::List' can't be flutter: assigned to the parameter type 'dart.core::List'. flutter: Try changing the type of the parameter, or casting the argument to flutter:...
`CCFloat stickWidth = [self getDataStickWidth] if (pt1.x - _firstX > stickWidth) { [self moveToLeft]; } else if (pt1.x - _firstX < -stickWidth) { [self moveToRight]; }` 这个计算的stickWidth有一些问题,当需要显示的数据间隔为1时,这个getDataStickWidth算出来的值会超过40,但是往左和往右边Move的距离不会超过20,所以会导致滑动没有任何效果
you can see mosquitto detail info when you are in debug.
Now I use the tinify-ruby script to compress our images. And I process 160 images that need almost nine minutes. This is my code: @@index = 0 @@api_keys = []...
I have test for uiwindow. The whole app will be black.