Qi
Qi
### Summary ### Checklist - [ ] The Pull Request has tests - [ ] A changelog file has been created under `changelog/unreleased/kong` or `skip-changelog` label added on PR if...
This is the configuration. ``` - name: Build & Deploy uses: jenkey2011/vuepress-deploy@master env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_BRANCH: gh-pages BUILD_SCRIPT: set -e && yarn && yarn docs:build BUILD_DIR: docs/.vuepress/dist/ ```...
Kong CE will soon be testing the SSL connection between the plugin and Redis, and we should upgrade gojira to allow developers to run tests locally. Also, we should ensure...
### Summary We should consider migrating to [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) since [bazelbuild/setup-bazelisk](https://github.com/bazelbuild/setup-bazelisk) has been archived. ### Checklist - [N/A] The Pull Request has tests - [N/A] A changelog file has been created...
## Summary This module needs to send HTTP requests to the CAPTCHA server to verify if the CAPTCHA passes. Currently, this was done by the `libcurl`, but this blocks the...
This page is for tracking long-standing unresolved issues. ## Performance 1. Reading the whole HTTP body for each request impacts performance, we should read it on demand. ## Docs 1....
## REBASE and MERGE This PR eliminates all clippy warnings in the source code.
# Summary *Please check out the #6504 for initial context.* This design reduces the lock contention of the time module, this improves the scalability for the async server to read/write...
## Motivation close #7380, supersede #7381 #7381 tried to solve the panic issue by `checked_add` and `far_future`, however, it still panics after many times of advance. Having asked the issue...
## Motivation This is the diagram of all downstream consumers of [`RegistrationSet::num_pending_release`]. [`RegistrationSet::num_pending_release`]: https://github.com/tokio-rs/tokio/blob/933fa498d0bda193960784cb3f6a47be3bc1e492/tokio/src/runtime/io/registration_set.rs#L14  This helps us to start the analysis of downstream impacts. ## RegistrationSet::need_release() This method is...