Tosone
Tosone
In busybox ash, the realpath have no '--canonicalize-missing' option, remove it works well. Will u support and testing on busybox ash in the future? And this tool is very nice.
# Problem - I want to write my function freely. - I write some complex function code and run it in Fission, cannot debug my function locally. - Sometimes my...
Hello, I implement k9s create resource, could u please review this pr @derailed?
## 为什么自研 sigma? 开发 [sigma](https://github.com/go-sigma/sigma) 的最初的想法是是降低 [Harbor](https://github.com/goharbor/harbor) 组件部署的复杂度,并且在高可用的角度又不失其架构优势。[sigma](https://github.com/go-sigma/sigma) 希望在制品元数据管理、权限管理、制品分发、部署和维护容易程度这四个方面都做到最好,并且在一开始设计 [sigma](https://github.com/go-sigma/sigma) 的时候就对这几方面做出思考。 并且完全不依赖 distribution,使得可以做到 all-in-one 的部署。 ## 特点 ### 部署架构 [sigma](https://github.com/go-sigma/sigma) 在部署层面上最简化可以做到单文件单个启动命令,将前端、镜像清理和镜像构建等异步任务服务以及镜像元数据管理等服务启动起来,并且仅依赖文件系统即可。 在高可用部署的情况下,可以将前端、镜像元数据管理、镜像清理和镜像构建等异步任务服务等分别作为单独的服务运行,api-server 与镜像元数据管理服务分别单独部署,主要在于镜像元数据管理服务会参与到镜像的拉取和推送服务中,涉及到的流量较大,这样便不会影响到 api-server 的稳定性,依赖的中间件将会有对象存储、Redis、PostgreSQL/MySQL。具体部署细节可以参考 [sigma](https://github.com/go-sigma/sigma) chart 中的实现:https://github.com/go-sigma/sigma/tree/main/deploy/sigma。 ### [distribution-spec](https://github.com/opencontainers/distribution-spec)...
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...
Here, should be fixed. https://github.com/sajari/docconv/blob/master/pdf_ocr.go#L75C2-L92C3 We should also set a concurrency number because many images will make app OOM.
Use buildkit build image and push, I got this error denied, from this error, I could not find why. `error: failed to solve: failed to push sigma:3000/test-size-limit/centos:test: failed commit on...
``` html ``` This can be get a path like "C:\fakepath\some-file-that-you-choose". Cannot find useful arguments here: [https://peter.sh/experiments/chromium-command-line-switches/](https://peter.sh/experiments/chromium-command-line-switches/) (update on 2018-11-19). But Electron can do this. [https://github.com/electron/electron/blob/master/docs/api/file-object.md](https://github.com/electron/electron/blob/master/docs/api/file-object.md) Electron implement a `path`...