Leon cap

Results 9 issues of Leon cap

when i run this cmd sudo docker run --rm -v $(PWD):$(PWD) -w $(PWD) znly/protoc -I./proto/user --micro_out=. --go_out=. ./proto/user/*.proto it show protoc-gen-micro: program not found or is not executable --micro_out: protoc-gen-micro:...

Could you change this which allways update tornado to 5.1 when i change tornado=4.5.3. code in update_and_run_gateone.py ``` Installing the latest code... Gate One has been updated. Traceback (most recent...

1. What are you trying to do? I am attempting to compile my project after upgrading the dependency to github.com/micro/cli/v2 v2.1.2. 2. What did you expect to happen? I expected...

### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...

🐞 bug

# Fix typo: callInexistant -> callInexistent in runtime_test.go ## Summary This PR fixes a spelling error in the variable name `callInexistant` which should be `callInexistent` (meaning "nonexistent"). ## Changes -...

## Overview This PR adds comprehensive unit tests for the `Context.Negotiate()` method, improving test coverage for Gin framework's content negotiation functionality. ## Changes ### New Test Cases Added `TestContextNegotiate` test...

# Improve Test Coverage for debug.go and context.go ## Summary This PR significantly improves test coverage for `debug.go` and `context.go` files by adding comprehensive test cases for previously uncovered code...

## Problem Description The CI automated testing pipeline is failing due to insufficient test coverage in the `debug.go` file. Specifically: - `debugPrint` function coverage: 75.0% - `debugPrintWARNINGDefault` function coverage: 66.7%...