everpcpc

Results 35 comments of everpcpc

@davidhuie-dd some additional notes: 1. The ingress-bandwith-free only applies to EC2 machine with an external IP address. In a common enterprise setup, people usually have a load balancer and NAT...

It seems `Integration - Linux, datadog-*` are always failing since they cannot get secrets when running on forks. Maybe we should separate these to another workflow, or ignore them on...

> we probably want to probe the endpoint until it's up before starting the tests. Sure, I added a `healthcheck` for the `databend` service in docker compose file.

> Server { code: 507, message: "Presigned Upload Failed" } This error seems from MinIO. I could add a more detailed log to see what happened. Maybe disk full I...

> but assuming Docker on Mac problems. I use [colima](https://github.com/abiosoft/colima) on macOS, and also encountered similar problem. But my situation is that I set the colima disk size limit to...

感觉可以考虑把 infobox 里的别名也 index 一下,现在用中文还是很难搜到想要的结果的样子

> > 感觉可以考虑把 infobox 里的别名也 index 一下,现在用中文还是很难搜到想要的结果的样子 > > 我记得现在有吧 https://github.com/bangumi/server/blob/master/internal/search/index.go#L71-L97 从这里看好像没有的样子 QAQ

> > > > 感觉可以考虑把 infobox 里的别名也 index 一下,现在用中文还是很难搜到想要的结果的样子 > > > > > > > > > 我记得现在有吧 > > > > > > https://github.com/bangumi/server/blob/master/internal/search/index.go#L71-L97 > > 从这里看好像没有的样子 QAQ...

https://github.com/bangumi/server/pull/582 调试发现是 melisearch 的中文支持问题,将 name 单独拿出来作为一个 field,alias 里将 name cn 放到最前面,并移除了 summary 字段,目前看起来结果可以接受了。

Official AWS client has profile support for these cases, but it seems `minio-go` dose not support that.