Sihyeon Jang
Sihyeon Jang
Since param is splitted by '=' at first, deparam couldn't support base64 encoded value which could have '=' character in it. To solve this problem, when we deal with 'name=value'...
To check whether the transport of connection is open or not, It would be great is_open method exists. Checking the connection first is helpful to prevent BrokenPIpeError from occuring and...
### Description This PR fixes a build failure when running `make build-on-debian-dev`. The debian-dev image build failed at: [2/2] STEP 9/21: COPY --chown=nobody:root ui/ /usr/local/apisix/ui/ Error: building at STEP "COPY...
### Description This PR introduces sliding window support to the `limit-count` plugin for Redis- and Redis Cluster–based policies while preserving the existing fixed window behavior by default. - Adds a...
# Summary - Optimize debian-dev/Dockerfile and debian-dev/Dockerfile.local for better Docker layer caching - Copy only dependency-related files before full source code to improve cache hits on code changes # Changes...
Handling #16219. # Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make...