Clouder

Results 10 issues of Clouder

加入了 `finddup` `cleandup` 两个命令,用于查找、删除重复文件。 对多线程不太了解……勉强算是能用吧( ![image](https://user-images.githubusercontent.com/41664195/210093804-971a4360-8f6f-4a48-a971-2234b3691f2c.png) PS,为 `AliPCSApi.list` 加入了一个 retry 机制,因为我尝试 `ls -R` 命令的时候发现,请求太频繁会触发一个 `ParamFlowException`. PPS,我在本机跑 `poetry install` 的时候发现 `alipcs_py/config/__init__.py` 引入的 `toml` 和 `alipcs_py/storage/store.py` `alipcs_py/storage/tables.py` 引入的 `peewee` 没有添加为依赖。

If a ref block links to what isn't a document, then its id shouldn't be used to generate yuque's url.

bug

Export notes directly from your clipboard.

enhancement

A wiki is needed for AnkiLink due to the increasing complexity. The tool is becoming powerful, yet we have to keep it simple. So a simplified tutorial for the majority...

documentation

enhancement

Now AnkiLink has already supported **import from markdown**, and in the long run, will support **export to markdown**. However, it is worth thinking that while exporting, the original structure may...

enhancement

简单的例子:我在 D 盘安装该工具,但我希望将视频存放于数据盘上。

enhancement
P1

```cpp struct alignas(64) Block { uint32_t idx = 0; T data; } blks[CNT]; alignas(128) uint32_t write_idx = 0; ``` I'm wondering why alignas(128) is used here instead of alignas(64) or...