DiamondYuan

Results 67 comments of DiamondYuan

能否使用 request service 来保存到 oss。(而不是使用 oss 的 sdk ? 我不想添加更多的第三方依赖。

正确的做法应该是支持储存多个 token , 调用接口的时候一个个试过去。

我争取在 1.32 加上

> # 剪藏到Github Repository失败 > WebClipper剪藏到Github的配置有两套,分别是“剪藏到Github”和“剪藏到Github Repository”。我成功配置了“剪藏到Github”,但发现剪藏结果被保存在Repo的issue中,**我希望能保存到Code中**(方便下载markdown文件)。 > > 于是我尝试了“剪藏到Github Repository”,但是遇到了两个问题。 > > 1. “剪藏到Github”功能可以读取到私有仓库,“剪藏到Github Repository”功能只能读取到公开仓库; > 2. 使用“剪藏到Github Repository”功能剪藏网页,提示剪藏成功,但内容没有实际保存到github中。失败过程截图如下。 > > ![image-20211129112907403](https://camo.githubusercontent.com/5363dc79aad4e63fc20f25db910f4a11a802f9751d382004438c53c1d4d304b7/68747470733a2f2f692e6c6f6c692e6e65742f323032312f31312f32392f6b467964323467446d5559513745742e706e67) > > ![image-20211129113006561](https://camo.githubusercontent.com/9180f694cd79ed733bcf06b938f793e5578c5d8ac72e72cab69548d7801c95d8/68747470733a2f2f692e6c6f6c692e6e65742f323032312f31312f32392f4b754e7969723951504531494148422e706e67) > > 开始尝试剪藏。 >...

我测试一下是有效的?请检查一下 token 的权限。 如果还是有问题,可以去我的个人主页找到的邮箱,发送你的微信给我。

> I've been studying the new syncing protocol and storage format you all have been developing, and as an exercise, I was thinking about how one might build a local-first...

``` const doc = { content: 'data', children: [{ content: '1.0', children: [{ data: "1.1", children: [] }, { data: "1.2", children: [] }] }] } type MoveListCRDT = Array...

I think , we could create 2 new data type. SharedArray and SharedMap (or other name like NoConflictArray , NoConflictMap user A set data.todo = SharedArray(1) user B set data.todo...

then we can add some action like makeConfictFreeList and makeConfictFreeMap default use makeList