Anivie Michaelis
Anivie Michaelis
Kotlin has preview the Kotlin K2 compiler,it can help us to reduce build time,but fxgl don't support kotlin 1.7+,so I think we need to update it. Update JavaFx Version to...
I am tring to build a native-image with my tornadofx program,but it has this error: ``` ARNING: Unable to install CSS url handler, type safe stylesheets might not work java.net.MalformedURLException:...
I'm a beginner of rust, but I'm very interested in a GUI framework that supports css. How long will it take for this framework to stabilize?
Dose this library support change main color in css or code? If we can change the main color in every nodes css file only,it will pay so much of time...
I found that this program seems to be leaking memory then I try to runNativeRelease. When it first started, the memory usage was about 30mb, but after minimizing or repeatedly...
Using: GraalVM22 jdk17 win10 amd64 gluonfx.plugin.version:1.0.12 `` java.util.regex.PatternSyntaxException: Unexpected internal error near index 1 \ at java.base/java.util.regex.Pattern.error(Pattern.java:2028) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE at java.base/java.util.regex.Pattern.compile(Pattern.java:1789) at java.base/java.util.regex.Pattern.(Pattern.java:1430) [INFO] ------------------------------------------------------------------------ at java.base/java.util.regex.Pattern.compile(Pattern.java:1069)...
注册快捷键以支持全局呼出/最小化,同时不在任务栏展示标签。 产品呈现上类似于内置助手这样的,召之即来,用完即走,个人认为很实用
## Environment * **IntelliJ Rust plugin version:** 0.4.200.5421-232 * **Rust toolchain version:** 1.72.0 (5680fa18f 2023-08-23) x86_64-pc-windows-msvc * **IDE name and version:** CLion 2023.2.1 (CL-232.9559.58) * **Operating system:** Windows 11.0 *...
**Describe the bug** Try to deploy this app in my vercel, it can runs normally but I found that it will ignore env variable `BASE_URL`. **To Reproduce** Steps to reproduce...
> 为了提高交流效率,我们设立了官方 QQ 群和 QQ 频道,如果你在使用或者搭建过程中遇到了任何问题,请先第一时间加群或者频道咨询解决,除非是可以稳定复现的 Bug 或者较为有创意的功能建议,否则请不要随意往 Issue 区发送低质无意义帖子。 > [点击加入官方群聊](https://github.com/Yidadaa/ChatGPT-Next-Web/discussions/1724) **这个功能与现有的问题有关吗?** 尝试优化错误提示 **你想要什么功能或者有什么建议?** 目前发生错误后唯一的提示只有一个json: ```json { "error": true, "message": "Failed to fetch" } ``` json中提供的错误信息参考价值较低,非常多的原因都会导致 "Failed to fetch",现在只能自己重新编译带DevTools的版本才能看到具体错误消息...