13 Jul 2021 |
@xuanwo:matrix.org | 为什么在 ``` 里面的东西会影响外面的内容渲染。。 | 02:42:57 |
@xuanwo:matrix.org | github 这个 markdown ast 是不是飘了 | 02:43:13 |
xxchan | 但是直接浏览是正常的 | 02:43:36 |
xxchan | 就 review 里这样 | 02:43:42 |
xxchan | 哦等等,难道这是 feature | 02:43:49 |
@xuanwo:matrix.org | In reply to @xxchan:matrix.org 哦等等,难道这是 feature 展开说说 | 02:43:59 |
xxchan | 提醒你 code blocks 里有 syntax error | 02:44:04 |
@xuanwo:matrix.org | 🤔 | 02:44:15 |
| xxchan invited @jinny1226:matrix.org. | 02:50:11 |
| @jinny1226:matrix.org joined the room. | 02:50:26 |
@jinny1226:matrix.org |
提醒你 code blocks 里有 syntax error
需要改一下吗?
| 03:22:51 |
xxchan | 不用吧 | 03:23:13 |
@xuanwo:matrix.org | In reply to @xxchan:matrix.org 不用吧 他说了算( | 03:24:25 |
@jinny1226:matrix.org | 嗯嗯 | 03:24:47 |
@xuanwo:matrix.org | beyond-fs 的 proposal 该叫啥呢? | 07:39:48 |
@xuanwo:matrix.org | 要不朴素的 RFC 得了。。 | 07:40:02 |
@xuanwo:matrix.org | 是不是不太会在别的地方引用这个名字 | 07:40:10 |
@xuanwo:matrix.org | In reply to @xuanwo:matrix.org beyond-fs 的 proposal 该叫啥呢? BFSP 感觉也太奇怪了 | 07:40:38 |
@xuanwo:matrix.org | https://github.com/beyondstorage/beyond-fs/pull/5 | 07:49:04 |
@xuanwo:matrix.org | 同学们,我要开新坑里( | 07:49:10 |
@xuanwo:matrix.org | * 同学们,我要开新坑了( | 07:49:14 |
14 Jul 2021 |
@xuanwo:matrix.org | https://github.com/beyondstorage/community/pull/19
恭喜 Wei ~
| 06:21:14 |
Wei | 感谢😍 | 06:23:42 |
15 Jul 2021 |
@xuanwo:matrix.org | https://xuanwo.io/reports/2021-28/ | 05:01:27 |
@xuanwo:matrix.org | 写了篇文章介绍最近的流程变动🤣 | 05:01:55 |
@_slack_aos-wg_U026GV5FJ2Y:matrix.org | 我遇到了一个问题,刚刚在更新go-service-ipfs的版本的时候,我习惯性的使用
`````` | 05:55:03 |
@xuanwo:matrix.org | Redacted or Malformed Event | 05:59:36 |
@_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 | 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 | (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 |