Results 203 issues of Trim21

Previous I'm using a es client to search. This es client has a feature that it's search response's hit field has s `Source` field with `json.RawMessage` field, contain the raw...

enhancement
hacktoberfest

```go r, err := ipns.ResolveIPNS(context.TODO(), p.NameResolver(), name) if err != nil { return errors.Wrap(err, "failed to resolve ipns") } c, err := cid.Parse(r)

P3
effort/hours

I can't describe it well in title, so I just show the example. ```python try: import playhouse.postgres_ext as pw_pext except ImportError: pass ``` in this case, pw_pext is unused import....

enhancement
help wanted

close #201 TODO: - [X] event hook - [x] search api - [ ] 需要重新画一下readme这个图,搜索请求也是被Web server处理之后重新转发的

需要通知

enhancement

[search 分支](https://github.com/bangumi/server/tree/search),大概会用 meilisearch 来做。

enhancement

稍微做了一点,把现在的各种时间线type和对应的类型整理出来了 https://github.com/bangumi/server/compare/master...feature/timeline

enhancement

主要分为两部分,条目进度管理和单集进度管理。 两部分有些耦合,修改剧集收藏状态时应该同时修改条目的进度状态。反之亦然。 同时还要生成对应的时间线。

enhancement