reito

Results 33 issues of reito

Assume this template: ```vue ``` In javascript, this triggers every second. ```js const getActiveSongs = async () => { const ret: { songs: Song[], finished: number } = (await axios.get('/api/song/active')).data...

Although this repo is inactive, this bug will cause data corruption in this case: The plain data length is 16 aligned already, and the plain data's last byte is 0-15....

### 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. -...

enhancement :sparkles:

#### Description of Change I managed to add `ARGB + kGpuMemoryBuffer` support for FrameSinkVideoCapturer in [recent upstream changes](https://chromiumdash.appspot.com/commits?user=carolwolfking&platform=Windows). Thus, we can finally use zero-copy (actually one, there's a CopyRequest of...

semver/minor
api-review/requested 🗳
no-backport

I put this code work on my own server, feel free to use. I will not save any image on my server. https://ez.schwarzer.wang/tools/pngdecrush Source code: ```csharp public ActionResult PngDeCrush() {...

TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0....

1.manifest自己手动merge 2.手动下载最新安卓SDK,并把里面的libs, res, so复制到工程里,并且把源码JPushBridge.java,JPushReceiver.java,JPushEventReceiver.java复制到工程里,不要用aar 3.不确定这一点必要与否,反正我把JPushBinding的static全删了,构造函数挪到Awake里,变成了单实例 4.IOS要把一个UNITY_USE_REMOTE_NOTIFICATION宏定义删了