Miranquil
Miranquil
还是不太习惯Valine需要绑定LeanCloud的服务,期待enhancement!
I tried Hanabi, disabled default highlight of Hexo. But whatever I set "line_number" to true or false, the pages generated always display line numbers. Also, if the code in .md...
参考源码,`Join`本身就是调用了套了一个`Builder`来存新字符串,所以这两个效率应该是一样的? go1.15.2 darwin/amd6 ```go func Join(elems []string, sep string) string { switch len(elems) { case 0: return "" case 1: return elems[0] } n := len(sep) * (len(elems) - 1)...
I found that you used `timer` in ex8.8 which was not mentioned in chapter 8.7. So I changed the code to `ticker` version, which contains this usage in article: ```go...
## Suggestion/improvement 如题,不知道 fast-request 是否是根据当前项目代码生成的接口信息,以及如果是的话是否考虑支持其他语言呢?
点击公众号卡死
- MacOS版本 : 11.3.1 Intel - 微信版本 : 3.1.3(18767) - 小助手版本 : 2.9.2 - BUG描述 : 点击公众号卡死,可⌘+Q强退 - 操作场景 : 微信启动后, 鼠标左键点击会话列表中公众号栏目的头像
I'm using Catppuccin Icon&Theme of Macchiato, all stuff is fine but only Python icon of bottom. The icons in Project view and file tab works fine: ![CleanShot 2024-02-27 at 14...