Mike Chong

Results 62 issues of Mike Chong

## Background Clang 13 removed the `x86_64-apple-ios13.0-macabi` target, where `13.0` is hardcoded in `cc-rs`. Proof: ```shell ➜ temp clang -target x86_64-apple-ios13.1-macabi i.c ➜ temp clang -target x86_64-apple-ios13.0-macabi i.c clang-13: error:...

```ash # ./gobackup ash: ./gobackup: not found ```

Hi, do you plan to support Docker image? For example, adding a `Dockerfile` and publish it to hub.docker.com?

Similar change: https://github.com/ReactiveX/RxSwift/pull/2367/files This can help us improve the completion callback.

enhancement

LLVM 13 (bundled in Xcode 13.3+) bumped the minimal x86_64 Catalyst version. ```shell ➜ temp clang -target x86_64-apple-ios13.1-macabi i.c ➜ temp clang -target x86_64-apple-ios13.0-macabi i.c clang-13: error: invalid version number...

O-macos
T-compiler
S-waiting-on-author

* Operating System: N/A * Node version: N/A * app-play-scraper version: N/A ### Description: Hello! Thanks for creating this awesome library and it is super helpful! Would you like me...

### Description Describe your issue here. ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug - [ ] enhancement (feature...

🐞 bug
triaged

Apple Signin is also a great option. Do we have plan for it? Or could I start a draft PR for it?

### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az artifacts universal download Extension Name: azure-devops. Version: 0.20.0.` **Errors:** ``` Failed to update...

Hello, I wonder whether it is possible to generate JSON schema for VSCode so that we can have auto completion in VSCode? https://json-schema.org/specification.html is a great spec that we can...