Frontrider
Frontrider
I'd see the dsl as this: ```kotlin oneOf("only one of arrayOne or arrayTwo can be present!",{ MyData::arrayOne{ minItems(1) } MyData::arrayTwo{ maxItems(0) } },{ MyData::arrayOne{ maxItems(0) } MyData::arrayTwo{ minItems(1) } })...
Thank you, I believe that this would be really good for Godot as the community can start to experiment with how to interact with the asset library, and that is...
[BUG][kotlin-server][jaxrs-spec] Model classes don't use jakarta package when `useJakartaEe` is true
I have a second error for it: the generated build file also has the wrong version of jakarta, at least updating it is what fixes intellij not recognizing the annotations.
I'm really interested in this. I have a tool in my hands where developing it now would mean swapping between at least 2, if not 3 "text editors".
Popped up with beta 17. As long as you can't fix it/find what it is, I'd be happier if it tried to save my last open edits and crashed instead...
> As mentioned in #60755, I can help as I have 100% reproducible case (summary: launch editor, put computer to sleep, wake it up later, try to use any UI...
Could not reproduce so far, I can give more details in a few days.
Same. I just got it. Editor was left open in the background, it was still rc1. I'll try to replicate on rc2. ``` ERROR: Vulkan: Did not create swapchain successfully....
Just got the error on rc5. Same game, left the editor open for a while in the background, then the screen was turned off. No sleep mode, no nothing. ```...
@speakk what distro? That might be another useful but of info.