moom-en
moom-en
### What happened? When both click and double-click events exist, the double-click record will execute the click function twice ### What did you expect to happen? Double clicking a record...
### What happened? When the clear button is clicked, the clear function will not be executed ### What did you expect to happen? exec clear function ### Reproduction URL https://jsfiddle.net/4yj32pcf/11/...
关于画圆的建议
画圆的时候无法拖动圆形的位置,希望后续版本可以加上这个功能
Why do I execute one function every time and not multiple functions? `let request = CreateChatCompletionRequestArgs::default()` ` .max_tokens(512u16)` ` .model("gpt-3.5-turbo-0125")` ` .messages("Can you tell me which doctors will be available...
### 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...
nebula-rust、nebula-client应该用哪个?两个都超过1年没维护了,在这个上边我看最近一次更新也是10个月以前
### Describe the bug   https://tauri.app/plugin/store As shown in the picture, according to the configuration type of the official website, it should be boolean, but an error will be...
### Describe the bug In v1, you can use the mouse to drag the toolbar to the top of the windows, and the window will be automatically maximized, otherwise the...
### Describe the bug Thanks to the official for proposing the webviewWindow hiding and displaying functions in my last issue and adopting them so quickly. Because my tauri v2 project...
### Describe the bug After maximizing the window and then restoring the window, the position of the webviewWindow does not remain the same as the initial location. ```rust window.add_child( tauri::webview::WebviewBuilder::new(...