28 Jul 2021 |
yoshiki | 好的,我晚点提一下 | 11:34:55 |
yoshiki | 辛苦了 | 11:35:03 |
29 Jul 2021 |
Jinny |
S3 的 Storager 目前是不是不支持 Direr 来创建目录?以后会添加支持吗?
目前是支持的
| 01:41:38 |
Lance | 今天看到一段代码,又加深了对 go 语言中 ”函数是一等公民“ 的认识,大概是这个样子:
package _func
import (
"fmt"
"testing"
)
func MyFunc(handler *Handler) {
fmt.Println("from func", handler.id)
}
func (c *Handler) MyMethod() {
fmt.Println("from method", c.id)
}
func TFunc(f func(handler *Handler)) {
h := Handler{id: "abc"}
f(&h)
}
func TestH(t *testing.T) {
TFunc(MyFunc)
TFunc((*Handler).MyMethod)
}
| 07:11:08 |
Lance | 原因是在 go 里边,func (r Receiver) Method() 这样的签名,在执行的时候会把 Receiver 作为第一个参数传入,等价于 func Method(r Receiver) 。 之前只知道是等价的,没想到可以直接用 = = | 07:14:50 |
Lance | * 原因是在 go 里边,func (r Receiver) Method() 这样的签名,在执行的时候会把 Receiver 作为第一个参数传入,等价于 func Method(r Receiver) 之前只知道是等价的,没想到可以直接用 = = | 07:15:00 |
Lance | * 原因是在 go 里边,func (r Receiver) Method() 这样的签名,在执行的时候会把 Receiver 作为第一个参数传入,等价于 func Method(r Receiver) 之前只知道是等价的,没想到可以直接当参数传入 = = | 07:20:26 |
5 Aug 2021 |
xuanwo | matrix_test.go:64: request error: Get "https://chat.aos.dev/_matrix/client/r0/directory/room/%23go-service-ftp:aos.dev": x509: certificate is valid for chat.beyondstorage.io, not chat.aos.dev
| 07:03:56 |
xuanwo | 我可能知道啥原因了 - - | 07:04:03 |
xuanwo | 之前一波域名变更,让我们 aos.dev 实际上已经坏了。。 | 07:04:20 |
xuanwo | * 之前一波域名变更,让我们 aos.dev 的 room 实际上已经坏了。。 | 07:04:28 |
xuanwo | 难怪最近大家一直说加不进来- - | 07:25:47 |
Lance | 这就是加群报错的原因? | 07:41:44 |
xuanwo | 对 | 07:41:57 |
Lance | 破案了 | 07:42:25 |
xuanwo | matrix 维护起来太蛋疼了,以后直接上 matrix 了 | 07:46:41 |
| @admin:aos.dev left the room. | 10:26:05 |
xuanwo | https://github.com/beyondstorage/community/issues/29 | 11:20:39 |
xuanwo | 麻烦大家分头更新一下链接吧( | 11:20:47 |
xuanwo | 有的 room 可能还没创建,可以在群里 ping 我一下 | 11:20:56 |
6 Aug 2021 |
xuanwo | In reply to @xuanwo:matrix.org 有的 room 可能还没创建,可以在群里 ping 我一下 需要跟 slack link 的 room 也可以 ping 我一下( | 04:17:25 |
xuanwo | 这样就能通过 slack 进来了 | 04:17:32 |
| @_slack_beyond-storage_U02B37E1W9E:matrix.org joined the room. | 05:56:07 |
9 Aug 2021 |
| @_slack_beyond-storage_U02B37E1W9E:matrix.org changed their profile picture. | 07:46:27 |
16 Aug 2021 |
Lance | [@Xuanwo]: https://github.com/Xuanwo
[@abyss-w]: https://github.com/abyss-w
[@Prnyself]: https://github.com/Prnyself
[@OAkaLala]: https://github.com/OAkaLala
[@zxy-lgtm]: https://github.com/zxy-lgtm
[@aprilyang]: https://github.com/aprilyang
[@JinnyYi]: https://github.com/JinnyYi
[@npofsi]: https://github.com/npofsi
[@queenaray928]: https://github.com/queenaray928
[@tt-haogege]: https://github.com/tt-haogege
[@aeinrw]: https://github.com/aeinrw
[@xiongjiwei]: https://github.com/xiongjiwei
[@junaire]: https://github.com/junaire
| 02:10:30 |
Lance | 我们社区已经有这么多用户了 | 02:10:45 |
xuanwo | 🤣 | 02:10:58 |
Lance | 提出 issue or PR 的 | 02:10:59 |
Lance | * 我们社区已经有这么多参与者了 | 02:11:12 |
xuanwo | Download image.png | 02:14:06 |