Angelia

Results 14 issues of Angelia

``` // getPartDir 部分文件存放的目录 func (d *Downloader) getPartDir(filename string) string { return strings.SplitN(filename, ".", 2)[0] } ``` 这种以点分隔写法,对带点的文件非常不好,如:`https://go.dev/dl/go1.17.7.src.tar.gz` 可以改为: `path.Dir(filename)`

some site need auth login, can creeper support it ? 😈

上传接口缺乏验证,攻击者可以绕过认证和后缀名检测直接上传webshell,并在此基础上进一步植入DDoS和挖矿代码等恶意程序,执行任意文件。

1. 自动保存文档的时候,希望出现 `tips` 提示用户 2. 提供 `commit` 和 `push` 的快捷方式, 如 `cmd+s` 3. 看板仅仅是3种,不够吧,一般的项目管理,看板可是很多的,希望可以自己编辑和增加 主要是前2点, 望采纳

使用硬盘模式, 本地文件大小,有没有一个上限控制 在文件超过这个上限的时候,移除一部分数据 或者,大家都是怎么管理这个文件大小的问题

question

The tidwall/buntdb is file db, also can use it in cache it's still exists when restarted

最新提交 引用了 ixudra/curl, 继而引用了 illuminate/support 后面引用了一系列东西.. ``` - Removing ixudra/curl (6.15.1) - Removing illuminate/support (dev-master e5355ef) - Removing illuminate/contracts (dev-master 2664161) - Removing doctrine/inflector (dev-master 40daa06) - Removing psr/container (dev-master...

hello , this is new theme eston

pending

## Question ``` type RoomService struct { component.Base group *nano.Group } func newRoomService() *RoomService { return &RoomService{ group: nano.NewGroup("all-users"), } } ``` 比如这个服务多开几个,客户端连接分散这些服务,无法统一收到消息,这个怎么处理呢?

question

文档如何存储的?