Derek.Chia
Derek.Chia
version 10.15.6 message ``` Dyld Error Message: Library not loaded: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/Python Referenced from: /Applications/Redis Desktop Manager.app/Contents/MacOS/Redis Desktop Manager Reason: image not found ``` Maybe should build with python 3.8
1. Set request options when init. e.g. timeout. 2. Rewrite updater with golang. No .net framework dependence on win7. 3. Add exec error callback.
基于 alpine 镜像构建 dog-tunnel 的 Docker 镜像,Dockerfile 如下 ``` FROM alpine RUN sed -i "s/http:\/\/dl-cdn.alpinelinux.org\/alpine/http:\/\/mirrors.aliyun.com\/alpine/g" /etc/apk/repositories && \ apk update && \ apk add git make go build-base && \...
**Rancher Server Setup** - Rancher version: v2.8.1 - Installation option: Helm Chart RKE2 **Information about the Cluster** - Kubernetes version: v1.26.9+rke2r1 - Cluster Type (Local/Downstream): Local **User Information** - What...
When these method called, no response return and the app hang there. But block/delegate method in LRRestyClient still work.