Chen Jiaju
Chen Jiaju
Function `append_with_selection` will cause panic when the given selection object comes from another dom tree. Add an `ID` field to every dom tree.
## Expected Behavior Compile successfully ## Actual Behavior Failed, got: ``` higher-ranked lifetime error could not prove for std::pin::Pin: std::ops::CoerceUnsized Executor { unimplemented!() } } pub async fn save, {...
错误信息如下 ERROR miniserver] Os { code: 24, kind: Other, message: "No file descriptors available" }
## Setup ### Versions - **Rust: rustc 1.75.0 (82e1608df 2023-12-21)** - **Diesel: 2.1.0** - **Diesel_async: 0.4.1** - **Database: mysql 5.7.26-log** - **Operating System: linux** ### Feature Flags - **diesel: ["mysql_backend",...
…orkflow Fixed an issue where array type fields (e.g., array[object]) defined in tool plugin output_schema could not be selected as input in subsequent workflow nodes. The root cause was that...