warjiang
warjiang
Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're adding a new property in the synthetic event object. The property is never released. See https://fb.me/react-event-pooling...
when used as go lib, developer may want to use errors generated by gojsonschema for some reasons
New to use [aliyun oss](https://help.aliyun.com/document_detail/31817.html). With ak\sk\endpoint, the aliyun oss server always response with error: `SecondLevelDomainForbidden`。I need to add api to support virtual_style_endpoint like [minio python sdk](https://docs.min.io/docs/python-client-quickstart-guide.html).  if without...
我这边的开发环境是一个反向代理加一个虚拟目录 nginx配置为 ``` location /wxapi { add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-Credentials' 'true'; add_header 'Access-Control-Allow-Methods' 'OPTION, POST, GET'; add_header 'Access-Control-Allow-Headers' 'X-Requested-With, Content-Type, x_requested_with'; proxy_pass http://localhost:8000/wxapi/; proxy_redirect off; proxy_set_header Host $host; proxy_set_header...
### Describe the problem chroma only provide docker for self-hosted deployment,but we use kubernetes in production environment. Is there any plan to support deployment on kurbernets, may be use k8s...
with the help of oci spec, many clouder provider with container registry service also provide service of hosted charts for enterprise, for example: > google cloud: https://cloud.google.com/artifact-registry/docs?hl=en alibaba cloud: https://www.alibabacloud.com/help/en/acr/developer-reference/api-references/?spm=a2c63.p38356.0.0.35be7b02yTDKNx...
[qcloud](https://www.tencentcloud.com/) is an cloud provider which also provide dns host for user, this pr wants to add support for qcloud. the api document link: https://cloud.tencent.com/document/product/1427/56194
1. declare style for player, avoid style reset 2. add playerClassName props for style override
1. allow user make custom http request 2. add debug params, if set true client will dump http request & response 3. upgrade to golang 1.20 4. update doc
add imagePullSecret for cfssl and kubectl in case of private registry. **Task description**: add imagePullSecret for cfssl and kubectl , just like other images **Solution**: may be follow the implementation...