shaohuzhang1

Results 8 issues of shaohuzhang1

例如 我插件plugins-a 我想他的所有接口都是以/plugins-a开头 但是我并不想在每个controller里面都写/plugins-a/xxx/xxx

### 前置确认 - [X] 我确认我运行的是最新版本的代码,并且安装了所需的依赖,在[FAQS](https://github.com/zhayujie/chatgpt-on-wechat/wiki/FAQs)中也未找到类似问题。 ### ⚠️ 搜索issues中是否已存在类似问题 - [X] 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue ### 操作系统类型? Windows ### 运行的python版本是? python 3.7 ### 使用的chatgpt-on-wechat版本是? Latest Release ### 运行的`channel`类型是? wxy(个人微信, wechaty) ### 复现步骤 🕹 创建一台阿里云服务器...

### 发生了什么? 当内部节点有input输入框的时候,我想节点快捷键不生效 ![image](https://github.com/didi/LogicFlow/assets/80892890/02b18436-a1dc-4e08-8949-fcf1b0d3f28b) 为此我在节点在获取焦点的时候,使用 lf.keyboard.disable() 函数禁用快捷键 在选择节点的时候有开启 lf.keyboard.disable() 这个函数时而有效 时而不生效 ![image](https://github.com/didi/LogicFlow/assets/80892890/de71df0b-fa11-471f-aa40-2924eb698c1e) ![image](https://github.com/didi/LogicFlow/assets/80892890/73005c6f-8149-4f91-b7b0-5fe5f73efff7) ### logicflow/core版本 1.2.17 ### logicflow/extension版本 1.2.17 ### logicflow/engine版本 _No response_ ### 浏览器&环境 _No response_

bug

wasm = WasmExecutor() code = """ def bb(a): import requests return requests.get('https://www.baidu.com/').text print(bb(**keywords)) """ print(wasm.exec(code, globals={}, locals={'keywords': {'a': 'a'}}).text)

refactor: 全局变量增加默认值

do-not-merge/release-note-label-needed

feat: 工作流编排支持并行 #1154

do-not-merge/release-note-label-needed

At present, message verification is always written as dead. I hope to be able to customize messages like hibernate.validator

enhancement
help wanted

**Title:** `SQLException: No parameter has been set yet` when using Vertx JDBC with SQLite **Description:** When executing a parameterized query with `vertx-jdbc-client` against SQLite, the following exception occurs: ``` SQLException:...

troubleshooting