icyleaf

Results 41 comments of icyleaf

> 1. each and each_with_index are both reported to be > 50 times faster than while. Looking at the code it seems like the block might simply be optimized away...

Answered in [crystal-lang/crystal#4383](https://github.com/crystal-lang/crystal/issues/4383#issuecomment-299624602) by @RX14.

Agree with @straight-shoota .

Similar as https://github.com/icyleaf/totem/issues/25#issuecomment-1091116655

Smart, but the best solution is to use javascript markdown library for now 🤣

I'm currently focused on my work and no more time on Crystal language, as I mentioned before I would like to donate the project to crystal officials. Sorry about this...

Thank you very much for your interest in this project. I haven't seen your contribution to the Crystal community yet (not just the Chinese translation), I suggest you make some...

目前仅支持一个 group,多个 group 的目的是为了什么?

hpr 会对 gitlab、github 之类有 author/repository 做处理成 author-repository 基本上一个 group 满足绝大场景下的需求,比如: ``` https://github.com/icyleaf/hpr ``` 会被转换成: ``` https://gitlab.com/mirrors/icyleaf-hpr ```

嗯,明白你的需求。我这边的出发点是有些执行镜像的人实际上可能没有 gitlab 创建 group 的权限出发可能只申请到了一个 group。我可以再想想怎么把这两者的需求做一个整合吧。