Wu WeiChao

Results 7 issues of Wu WeiChao

Maybe the same problem https://github.com/Fuzion24/JustTrustMe/issues/41 JustTrustMe causes my chrome ssl failed when I connect SSL website it said: ``` this site can't be reached https://google.com ERR_FAILED ``` Removing JustTrustMe module...

#### 使用 Netlify 配置自动部署 使用上述的 Docker 部署存在以下问题 1. 每次对于配置文件的修改都需要重新 push,且 配置文件 与 整个项目耦合严重 2. 配置文件更新之后需要重新在服务器pull最新的Docker镜像然后重新运行 基于上述问题,我们另一种部署方案是使用 `Netlify` ###### 如何配置 `fork` 这个仓库,然后在 [Netlify](https://app.netlify.com/) 选择右上角的 `New site from git`,确认之后,`Site settings -> Build...

**Checklist** * [x] I've searched the issue tracker for similar requests https://github.com/rustls/rustls/issues/850#issuecomment-1544457213 https://github.com/rustls/rustls/issues/341 https://github.com/rustls/rustls/pull/1648 https://github.com/rustls/rustls/issues/1808 **Is your feature request related to a problem? Please describe.** A clear and concise description...

1. Add session when call new_ctx we need some args when create new_ctx 2. make HttpProxy#new public We don't create service, just call Service::handle_event with our custom `Box` https://github.com/cloudflare/pingora/issues/316 4....

enhancement

## What is the problem your feature solves, or the need it fulfills? We use pingora as library, pingora don't listen, just handle stream from another acceptor. ```rs Service::handle_event(pingora_stream, self.inner.clone(),...

enhancement

I sync fish config across machine by git. But on another machine I run `fisher update`, fisher just delete `fish_plugins` ![image](https://github.com/jorgebucaran/fisher/assets/24750337/0d6d2d16-f587-4701-8b1f-eb5394499905)

bug

We are finding a solution to solve our feature and find serde_with finally :) We want to simulate nginx.conf by using yaml format, but yaml don't support duplicate key in...