Max Zhang

Results 10 issues of Max Zhang

单元测试中不能使用应用程序中的IOC

good first issue

在跟请求相关的对象中,应该共用一个 http上下文的日志对象。

enhancement
good first issue

## 案例: https://github.com/yoyofx/yoyogo/tree/dev/examples/xxl-job-console 已支持xxl-job日志(实时获取) ```go func main() { // -f ./conf/test_conf.yml 指定配置文件 , 默认读取 config_{profile}.yml , -profile [dev,test,prod] config := configuration.YAML("config") scheduler.NewXxlJobBuilder(config). ConfigureServices(func(collection *dependencyinjection.ServiceCollection) { scheduler.AddJobs(collection, NewDemoJob) }). Build().Run() }...

好棒的东西,给个建议把你这东西做成node exporter 实用性会更强,列出所有dotnet 进程,注入获取gc和线程数据,再加上现在的CPU 内存等,一块export出去,就通用了 :)

### Issue description 其它CI Action都是1.18的编译,导致目前修改后端代码编译不过 ### Expected behavior 需要修改 action 中的 Release_Test.yml 目前无法提交 ### How to Reproduce - ### Screenshots _No response_ ### Environment - apisix version 2.13: - OS...

bug

Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [X] Bugfix - [ ] New feature provided -...

I want to add duplicate type name within an container.providers,and then I can't found replace method of v.2.x yet. that it had in v1.x . My intent was replace old...

enhancement
v2

ImageSharp已经改名叫RevStackCore-ImageSharp,当前的版本是0.9.0, 如果现在clone源码,编译是不能通过的,请更改nuget引用。 2017-11-19 而且看看是不是正好换成.NET Core 2.0得了。

大模型使用的是 qwen 7b-chat 当 self.chat_messages = [] 为空时, 工具tools 是正常调用的, 但是只要传入消息的上下文, 就会影响工具调用. ```python self.chat_messages.append({'role': 'user', 'content': question}) #...... response = self.agent.run(messages=self.chat_messages) ```