LeeeSe
LeeeSe
开启ssl后,无法编辑文章内容,关闭ssl后一切正常。ssl在宝塔中配置的。 `server { listen 443 ssl http2; server_name wiki.ssyqq.cn; index index.php index.html index.htm; client_max_body_size 20m; #SSL-START SSL相关配置,请勿删除或修改下一行带注释的404规则 #error_page 404/404.html; ssl_certificate /www/server/panel/vhost/cert/wiki.ssyqq.cn/fullchain.pem; ssl_certificate_key /www/server/panel/vhost/cert/wiki.ssyqq.cn/privkey.pem; ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; ssl_ciphers EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5; ssl_prefer_server_ciphers...
经测试无法在app中利用鼠标按钮和触控板快速前进和后退 希望能够支持
如题,对于长对话没法逐字生成?
宝塔可以访问,emby无法访问 文件夹权限755,emby看不到挂载文件夹
I'm now using i_slint_backend_winit as a temporary alternative ```rust let mut backend = i_slint_backend_winit::Backend::new().unwrap(); backend.window_builder_hook = Some(Box::new(|builder| { builder .with_titlebar_buttons_hidden(true) .with_titlebar_transparent(true) // .with_titlebar_hidden(true) same with no-frame .with_title_hidden(true) })); ``` But...
https://github.com/slint-ui/slint/assets/44465325/90a9d9e5-d26a-43a3-9c98-cc0a873b2ebe This problem will not affect normal use, but I still hope to get any solution. Very good GUI library, thank you for your work.
**helix-editor version** helix 23.10 (f6021dd0) **helix-gpt version** 0.21 **Describe the bug** helix-gpt can successfully get a reply from the copilot server, but cannot send the patched code to helix **helix-gpt...
**Is your feature request related to a problem? Please describe.** After adding helix-gpt, I always have to wait a long time for the patch window to pop up due to...
https://github.com/slint-ui/slint/assets/44465325/a3043033-4695-4601-bd05-c2d86885f216 If this is normal, please close this issue.