YR Chen

Results 76 comments of YR Chen

Also want `MINIO_DOMAIN` (aka DNS-style bucket URL) support here.

主要是在本地测试的过程中遇到了一些问题,最后不得不改用 alpine:latest 否则无法顺利 build。

Docker 18 (Linux aarch64) 以 ustcmirror/base:alpine 为基础镜像进行构建时,RUN apk add 报 exec format error(来源是 Docker 引擎内部的 go 代码)。

> 可以用 qemu-user 跑吗?比如说 [multiarch/qemu-user-static](https://github.com/multiarch/qemu-user-static) Docker BuildKit(通过 `docker buildx`)应该是类似的机制,但是需要 Docker 19.03+,部分发行版官方源版本不够高。 > * 如果要加 aarch64,构建脚本要大改,而且就目前情况也不太容易后续维护,可能哪天坏了要等很久才能发现 是个很切实的问题,可能短期内还是需要借助 BuildKit/QEMU。

> OCaml and Swift as well, Haskell -- or at least ghc -- stands out for not having exhaustive checking by default, and IIRC it's because the type system is...

Given how `Foundation` is widely used in the Swift world, I was pessimistic about removing `swift-corelibs-foundation` from the SDK. There’s another way to ease the transition without breaking compatibility and...

Thanks for fixing this and helping with Swift Concurrency migration! @yehorchernenko For using `Task` and `async`/`await` we'd better bump the minimum Swift requirement to 5.5 first. The implementation itself looks...

Hi @dev-onepayclick! Thanks for your reply. I would be glad to apply the fix, but I think this PR is adding too many stuffs other than the fix now. Some...