Liangzhen Zhu

Results 24 issues of Liangzhen Zhu

集成到 iOS App 中 示例代码如下: ```swift let conf = DCUniMPConfiguration() conf.path = "pages/tabBar/API/API?id=1" conf.extraData = ["hello": "hello"] DCUniMPSDKEngine.openUniMP(appid, configuration: conf) { instance, error in if instance != nil { print("小程序打开成功")...

- [x] I have searched the [issues](https://github.com/alibaba/formily/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/keen-bouman-fw4ffx?file=%2Fsrc%2FApp.vue) ### Steps to reproduce 打开 CodeSandbox,点击...

报错如下: ``` ════════ Exception caught by animation library ═════════════════════════════════ The following assertion was thrown while notifying listeners for AnimationController: 'package:flutter/src/widgets/nested_scroll_view.dart': Failed assertion: line 1588 pos 12: 'result': is not true....

### Steps to reproduce I have a swagger schema like this: ```json ... "coverImage": { "allOf": [ { "$ref": "#/components/schemas/DisplayImage" }, { "nullable": true } ] } ... ``` ###...

When not using `coerce`: ```js common.openapi( createRoute({ method: 'get', path: '/dev', request: { query: z.object({ id: z.string(), }), }, responses: { 200: { description: 'get dev id', content: { 'application/json':...

## Reproduction Code ```dart import 'package:flutter/material.dart'; import 'package:mapbox_maps_flutter/mapbox_maps_flutter.dart'; class Test extends StatefulWidget { const Test({Key? key}) : super(key: key); @override _TestState createState() => _TestState(); } class _TestState extends State {...

![image](https://github.com/user-attachments/assets/4f17271a-71bc-411b-a88b-765baeedb93d) ![image](https://github.com/user-attachments/assets/f881412e-a463-4e64-9ba8-e09c17e9067f)

During the SDK initialization process, it can cause the UI main thread to freeze, resulting in the user interface unresponsive After the map loaded, everything goes ok. SDK version: ^2.1.0-beta.1...

### Plugin sensors_plus ### Use case to track user's absolute altitude changes ### Proposal https://developer.apple.com/documentation/coremotion/cmaltimeter/3746858-startabsolutealtitudeupdates From Apple's documentation, CMAltimeter supports read absolute altitude. Is it appropriate to add this feature...

enhancement
triage

I am using mapbox to create a video using snapshot method. But the image generated does not contain logo attribution. Should I add it manually?