Tosone

Results 35 comments of Tosone

@dmcgowan Please review again. I moved all error code definitions here. A new commit in this pr, you can see the changes that I have made.

@dmcgowan gently ping.

Maybe this pr ready to merge. Please review again @dmcgowan

It seems that the commit has already done the same thing. I hope that the commit can be merged as soon as possible. @liuml07

Maybe you can see here: https://github.com/tosone/minimp3/blob/main/decode.go#L10

Nice work. Will you PR for this repo?

https://headlessui.com/ 这个库有不兼容的升级,`` 中的 Transition 用法有了变化。

你的证书是配置在 nginx 么?如果是的话,可以把 `http.endpoint` 这里设置为空,`tls.enabled` 这里设置为 false,`http.internalEndpoint` 这里设置为空。 我后续给这个配置文件加一下中文说明相关的提示。

``` yaml http: # endpoint 可以是一个域名,也可以携带端口号,例如: http://sigma.test.io, https://sigma.test.io:30080, http://127.0.0.1:3000 # 你可以留空,默认值是:http://127.0.0.1:3000 # 前端会使用这个 endpoint 作为展示如何拉取这个镜像,并且也会使用这个值作为 oauth2 跳转的 endpoint endpoint: https://sigma.test.io # 在一些场景中,worker 组件会拉取镜像并且对他做扫描或者组件检查,但是我们并不想这个拉取动作是从公网链路上对这个镜像进行拉取, # 所以可以用这个作为内置的拉取镜像的域名,你可以留空,默认值是:http://127.0.0.1:3000 # 在 k8s 集群内,这个值将需要设置为 distribution...

如果我把 auto tls(自动帮你申请证书) 的功能做上去,是不是对你更加友好一些?不用 nginx 了?