GuHuo丶
GuHuo丶
I use this fun: ```js this.box.rotate(360, { duration: 10000 }).infinite(); ``` but i can't success work.
### Do you want to request a feature or report a bug? Bug ### yarn version 1.22.5 ### platform windows ### issue I want install the 32-bit electron version by...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
The YUV data has been converted into Uint8Array. Next, I want to render it to the canvas through webgpu, but after trying, it fails. Have any good ideas or sample...
错误信息: ``` ExceptionsManager.js:82 Exception '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[1]' was thrown while invoking pay on target RNAlipay with params ( { body = "\U91d1\U9526\U56caVIP\U4f1a\U5458"; inputCharset...
点击支付时,调到了支付宝app里面了,然后支付成功或者取消支付都没有任何的回调,不知道为什么呀,求解
``` appSchemeIOS: 'testapp20', //应用注册scheme,在AlixPayDemo-Info.plist定义URL types ``` 这里的appSchemeIOS参数是指什么呀,我该怎么配置?
in code, How to clean up all the cache image?
Use eletron sdk in Agora-Electron-React, but i has a error when i install:  Where is the problem?
` constructor(props) { super(props); this.state = { jnSlides: [], dataSource: null }; } ` ` componentDidMount() { this._isMounted = true; let uri = 'RotationImages/banner'; let _this = this; this.req =...