27 Jul 2021 |
@xuanwo:matrix.org | https://site-git-contribution-guide-beyondstorage.vercel.app/docs/general/contributor-guide | 07:33:23 |
Lance | 突然发现,我们的 favicon 是不是也要换一下? | 07:34:28 |
@xuanwo:matrix.org | 是的(,这个让设计&前端同学换一下吧 | 07:34:58 |
@xuanwo:matrix.org | 可能设计稿得修改一下 | 07:35:13 |
Lance | 嗯 | 07:35:19 |
Lance | In reply to @xuanwo:matrix.org 我加了一个 contributor guide,大家看看是不是还需要再补充些内容? 有没有必要加 git fetch upstream & git rebase 那部分? | 08:05:45 |
@xuanwo:matrix.org | 这不是加了吗 | 08:05:54 |
Lance | 我是说,如果自己的 PR 已经被合并,自己的 fork 已经落后于我们的 repo 了的情况 | 08:07:20 |
@xuanwo:matrix.org | Download image.png | 08:07:43 |
@xuanwo:matrix.org | 我的理解是每次都从上游的 master 创建新分支 | 08:07:54 |
@xuanwo:matrix.org | 本地 fork 不需要维护 | 08:08:11 |
Lance | 嗯嗯,明白了 | 08:08:30 |
Lance | 在 create your branch 后边加一句吧:
Notice: Every time you try to fix an issue, you should update the upstream and checkout from the master branch to make sure your code is up to date. | 08:13:12 |
@xuanwo:matrix.org | 在 PR 里面提吧 | 08:13:28 |
Lance | 嗯 | 08:13:36 |
@xuanwo:matrix.org | 来个 suggest changes | 08:13:38 |
Lance | 差点忘了这个功能。。。 | 08:13:57 |
28 Jul 2021 |
yoshiki | hmm,还有一个问题,是不是 List 在不同的 Storager 下表现都是不递归目录? | 09:07:20 |
yoshiki | 还是说对于 MinIO 这些会都匹配到 | 09:07:42 |
@xuanwo:matrix.org | 现在主要有两种 ListMode | 09:07:59 |
@xuanwo:matrix.org | 一种叫做 ListModeDir,会按照目录来 list,另一种叫做 ListModePrefix,会按照 prefix 来 list | 09:08:21 |
@xuanwo:matrix.org | minio 应该已经实现了 ListModePrefix 吧,可以传 pairs.WithListMode 看一下 | 09:09:10 |
yoshiki | 我懂了,谢谢 xuanwo 的详细解答,这个项目很棒! | 09:09:46 |
Lance | In reply to @xuanwo:matrix.org minio 应该已经实现了 ListModePrefix 吧,可以传 pairs.WithListMode 看一下 嗯,已经实现了 | 09:09:53 |
Lance | by Wei | 09:10:03 |
Lance | yoshiki: btw 我们昨天刚发布了 go-service-minio v0.1.0 版本,可以引入试一下😁 | 09:11:40 |
yoshiki | 已经在用了!😆 | 09:12:27 |
@xuanwo:matrix.org | 遇到任何问题或者需求欢迎来反馈~ | 09:12:48 |
yoshiki | S3 的 Storager 目前是不是不支持 Direr 来创建目录?以后会添加支持吗? | 11:29:09 |
@xuanwo:matrix.org | In reply to @yoshiki:matrix.org S3 的 Storager 目前是不是不支持 Direr 来创建目录?以后会添加支持吗? 会的,可以给 go-service-s3 提一个 issue 嘛? | 11:34:35 |