Ridan Vandenbergh
Ridan Vandenbergh
> Instinct says to me that we're using a different texture format than Minecraft and incorrectly setting it How come the crashes and rendering is so unpredictable though? If you...
> Which jdk do you use? Well, it's complicated. I've ran into this issue as well (and figured I'd fix it later, by updating @AlexApps99's [branches](https://github.com/kotlin-graphics/imgui/issues/99#issuecomment-533968218)) I temporarily fixed it...
> Same. > > Could you try to replicate? Delete the project and re-clone Sorry for the late response. I am able to replicate the issue you described and using...
> @zeroeightysix, give it a try, thanks to tests, I fixed tons of bugs and corner cases, a couple of crash allocation bugs included Unfortunately I am still able to...
> May I see one log of these still existing crashes? Looking at my remaining logs.. looks like it won't be anything new! My last crash was Feb 2, meaning...
> @zeroeightysix So that modifier will actually cause it to fill the size of `KamelImageBox`. and the modifier [here](https://github.com/Kamel-Media/Kamel/blob/291f157dd43ad073ad280331567f6305c4867159/kamel-image/src/commonMain/kotlin/io/kamel/image/KamelImage.kt#L35) lets you apply whatever modifiers you want to the box. Is...
@LambdAurora > A config API would be very good at synchronizing configurations between the client and the server (both directions I guess), **but it's not really designed to allow features...
I prefer jetbrains annotations as well. Fiber currently uses javax solely because it's in the standard lib.
> But is it always that easy? I've actually thought about adding custom constraints written in javascript or lua. It's easy to transmit over a network, (de)serialise, and allows the...
Problem is serialisation: one of fiber's features is producing schematics of configurations - how are you going to serialise a custom constraint?