Icemic

Results 12 issues of Icemic

re-try or ?

Priority: Medium

https://travis-ci.org

Components of UI - [x] Dialog - [x] Layout - [x] Scroll View - [x] Checkbox - [x] Radio - [x] Button - [ ] Dropdown - [ ] Slider...

Priority: Medium

The current event system is divided into three layers: - PIXI events - PIXI events encapsulated with React - Connect React event of Surface component to the signal system (eg...

Status: To be determined

Add method https://core.telegram.org/bots/api#logout For [using bot in self-hosted telegram-bot-api server](https://core.telegram.org/bots/api#logout).

https://zhuanlan.zhihu.com/p/33335629?group_id=940517188227059712

抱歉最近有些鸽,不过终于还是写完了。要看结论的话最末尾有 TL;DR。这里写得比较长主要是为了留一个记录,如果以后有人想继续这部分的工作也有一个上手的入口。 # Proposal: meilisearch 搜索调优 ## 背景 bangumi 新后端使用 [meilisearch](https://www.meilisearch.com/) 提供全局关键字搜索能力,预期比现有后端搜索功能更好地支持模糊匹配。但当前使用 meilisearch 的默认索引参数,字段查询顺序也未根据需要进行调整。这导致了部分关键词返回结果与预期相差较大。 本提案目标即为对这些现象进行调优。 ## 字段数据的使用 目前 bangumi 的每个 subject 有如下字段(命名可能与代码或数据库中的不一致): | 名称 | 类型 | 描述 | |----|----|----|...

help wanted
enhancement
tier 3

首先是很多章节都被识别成了 ![图片](https://user-images.githubusercontent.com/837432/194360989-bfcce349-13f9-4a73-a905-1a0ff6103230.png) [2021][Tsuki ga Michibiku Isekai Douchuu][BDRIP][1080P][1-12Fin+SP] [2021][Eighty-Six][BDRIP][1080P][1-23Fin+SP] [2012][Shinsekai Yori][BDRIP][1080][1-25Fin+SP] 这样的格式基本都会识别成 https://bangumi.tv/subject/4314 应该是文件名解析的问题,但是我没找到为什么……(或许你们的解析器做个在线测试功能比较好? 另一个是一个bug,文件名没有反转义,就出现了这样的情况 ![图片](https://user-images.githubusercontent.com/837432/194361739-7550c1eb-31cc-46a1-9f7c-70a38a8d0b74.png) 之后是建议的部分 1. 建议切换到新版的搜索,等[这个 issue](https://github.com/bangumi/server/issues/229) 完成之后,搜索精准度应该会更好一些。(是的我本来也想做同样的东西但是发现搜索准确性太低了,就先去帮忙优化搜索了orz) 2. 文件名大多是英文的(英文名或罗马音),这部分名称很可能没有记录在 bgm 条目中,导致搜索不到。或许可以考虑用tmdb或anidb拿到日文原标题辅助一下……