!WDL7WUCnYDpRgd99:aos.dev

campfire-zh

28 Members
2 Servers

Load older messages


SenderMessageTime
13 Jul 2021
@xuanwo:matrix.org@xuanwo:matrix.org为什么在 ``` 里面的东西会影响外面的内容渲染。。02:42:57
@xuanwo:matrix.org@xuanwo:matrix.orggithub 这个 markdown ast 是不是飘了02:43:13
@xxchan:matrix.orgxxchan但是直接浏览是正常的02:43:36
@xxchan:matrix.orgxxchan就 review 里这样02:43:42
@xxchan:matrix.orgxxchan哦等等,难道这是 feature02:43:49
@xuanwo:matrix.org@xuanwo:matrix.org
In reply to @xxchan:matrix.org
哦等等,难道这是 feature
展开说说
02:43:59
@xxchan:matrix.orgxxchan提醒你 code blocks 里有 syntax error02:44:04
@xuanwo:matrix.org@xuanwo:matrix.org🤔02:44:15
@xxchan:matrix.orgxxchan invited @jinny1226:matrix.org@jinny1226:matrix.org.02:50:11
@jinny1226:matrix.org@jinny1226:matrix.org joined the room.02:50:26
@jinny1226:matrix.org@jinny1226:matrix.org

提醒你 code blocks 里有 syntax error

需要改一下吗?

03:22:51
@xxchan:matrix.orgxxchan不用吧03:23:13
@xuanwo:matrix.org@xuanwo:matrix.org
In reply to @xxchan:matrix.org
不用吧
他说了算(
03:24:25
@jinny1226:matrix.org@jinny1226:matrix.org嗯嗯03:24:47
@xuanwo:matrix.org@xuanwo:matrix.orgbeyond-fs 的 proposal 该叫啥呢?07:39:48
@xuanwo:matrix.org@xuanwo:matrix.org要不朴素的 RFC 得了。。07:40:02
@xuanwo:matrix.org@xuanwo:matrix.org是不是不太会在别的地方引用这个名字07:40:10
@xuanwo:matrix.org@xuanwo:matrix.org
In reply to @xuanwo:matrix.org
beyond-fs 的 proposal 该叫啥呢?
BFSP 感觉也太奇怪了
07:40:38
@xuanwo:matrix.org@xuanwo:matrix.orghttps://github.com/beyondstorage/beyond-fs/pull/507:49:04
@xuanwo:matrix.org@xuanwo:matrix.org同学们,我要开新坑里(07:49:10
@xuanwo:matrix.org@xuanwo:matrix.org * 同学们,我要开新坑了(07:49:14
14 Jul 2021
@xuanwo:matrix.org@xuanwo:matrix.org

https://github.com/beyondstorage/community/pull/19

恭喜 Wei

06:21:14
@aeinrw:matrix.orgWei感谢😍06:23:42
15 Jul 2021
@xuanwo:matrix.org@xuanwo:matrix.orghttps://xuanwo.io/reports/2021-28/05:01:27
@xuanwo:matrix.org@xuanwo:matrix.org写了篇文章介绍最近的流程变动🤣05:01:55
@_slack_aos-wg_U026GV5FJ2Y:matrix.org@_slack_aos-wg_U026GV5FJ2Y:matrix.org 我遇到了一个问题,刚刚在更新go-service-ipfs的版本的时候,我习惯性的使用 `````` 05:55:03
@xuanwo:matrix.org@xuanwo:matrix.orgRedacted or Malformed Event05:59:36
@_slack_aos-wg_U026GV5FJ2Y:matrix.org@_slack_aos-wg_U026GV5FJ2Y:matrix.org
In reply toundefined
(edited) 我遇到了一个问题,刚刚在更新go-service-ipfs的版本的时候,我习惯性的使用 `````` => 我遇到了一个问题,刚刚在更新go-service-ipfs的版本的时候,我习惯性的使用 `go get -u -v` 来更新,出现已下错误 ```$ go get -v -u <http://github.com/beyondstorage/go-service-ipfs@v0.1.0|github.com/beyondstorage/go-service-ipfs@v0.1.0> <http://github.com/beyondstorage/go-service-ipfs|github.com/beyondstorage/go-service-ipfs> imports <http://github.com/ipfs/go-ipfs-cmds|github.com/ipfs/go-ipfs-cmds> imports <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files>: cannot find module providing package <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files>``` 我使用`go mod why <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files>` 进行查看哪里导入了这个包,均提示没有导入这个包 ```PS F:\projects\go-storage-example> go mod why <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files> # <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files> (main module does not need package <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files>)``` ```PS F:\projects\go-service-ipfs> go mod why <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files> # <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files> (main module does not need package <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files>)``` ```PS F:\projects\go-ipfs-cmds> go mod why <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files> # <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files> (main module does not need package <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files>)``` 我使用 `go get -v <http://github.com/beyondstorage/go-service-ipfs@v0.1.0|github.com/beyondstorage/go-service-ipfs@v0.1.0>` 却没有任何问题 我不清楚为什么 `-u` 参数为什么会导致这个问题
06:00:20
@_slack_aos-wg_U026GV5FJ2Y:matrix.org@_slack_aos-wg_U026GV5FJ2Y:matrix.org
In reply toundefined
(edited) ... -u -v` 来更新,出现已下错误 ... => ... -u -v <http://github.com/beyondstorage/go-service-ipfs@v0.1.0|github.com/beyondstorage/go-service-ipfs@v0.1.0>` 来更新,出现已下错误 ...
06:00:55
@_slack_aos-wg_U026GV5FJ2Y:matrix.org@_slack_aos-wg_U026GV5FJ2Y:matrix.org (edited) ... <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files>``` 我使用`go mod ... => ... <http://github.com/ipfs/go-ipfs-cmdkit/files|github.com/ipfs/go-ipfs-cmdkit/files>``` 我使用 `go mod ... 06:01:31

Show newer messages


Back to Room ListRoom Version: 6