Yi Ding

Results 14 issues of Yi Ding

I installed from App Store, version 2.6.0. And I tried to convert this screenshot to WebP: The screenshot was taken with macOS Screenshot utility, saved straight to Desktop without editing....

Windows 10 Version 1709 added [Cloud Filter APIs](https://docs.microsoft.com/windows/win32/cfapi/cloud-files-api-portal) for third-party cloud drive integration with File Explorer (Windows Explorer). The C++ documentation can be found [here](https://docs.microsoft.com/windows/win32/api/cfapi/).

help wanted
api request

### Checklist - [x] I've read the [Contribution Guidelines](https://github.com/grab/cocoapods-binary-cache/blob/master/CONTRIBUTING.md) - [x] I've searched for [existing GitHub issues](https://github.com/grab/cocoapods-binary-cache/issues) if there was such a request before. ### Description #### Motivation Our team...

Not entirely sure whether this is a *cocoapods-binary-cache* issue or *CocoaPods* issue. I did not see this before so I'll assume it's related to *cocoapods-binary-cache*. I have some app modules...

**Describe the bug** If Realm Studio was launched by double-clicking a local *\*.realm* file, closing all Studio windows doesn't quit the application. Realm Studio puts lock on the file, prevents...

O-Community
T-Bug

Apple 开发者文档已经逐渐在写[官方中文版](https://developer.apple.com/cn/documentation),术语是否考虑和官方翻译对齐? 比如:结构 (structure) vs. 结构体;遵从 (conformance) vs. 遵循;浮点值 (float) vs. 浮点数。

Can you update the Action to build universal macOS (Darwin) binary? Not sure if GitHub Action needs special care, but in Terminal it's: ```bash # Rust Cross-compile Support rustup target...

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Would YYJSON support [JSON5](https://json5.org/) standard? It expands the JSON spec to support previously non-standard...

enhancement

According to the Project Spec, valid [`platform`](https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#platform)s are: - `iOS` - `tvOS` - `macOS` - `watchOS` - `visionOS` But valid [`supportedDestinations`](https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#supported-destinations) are: - `iOS` - `tvOS` - `macOS` - `macCatalyst`...

Fixes https://github.com/apple/swift-crypto/issues/139: over-iteration in hex string. ### Checklist - [x] I've run tests to see all new and existing tests pass - [x] I've followed the code style of the...