Martin Häusler

Results 70 comments of Martin Häusler

@chippmann I've just tested it locally; I checked out this PR from github, built the godot plugin, published to maven local, loaded it from there in my project, and did...

@chippmann my use case was simply: ```kotlin @Export @RegisterProperty var nodes: VariantArray? = null ``` It looks to me like your test cases went far beyond that, which is cool!...

I need to convert `kotlin.ByteArray` to `godot.PackedByteArray` quite frequently to load images from a server. Doing that in bulk would be very useful.

I just ran into exactly this issue. I have a JSON that looks like this: { orders: [ { id: "first-order", items: ["1", "2", "3"] }, { id: "second-order", items:...

I think I ran into this issue as well. I'm using redux, so I can monitor which values are present in the application state. The codemirror editor clearly does not...

@hankthewhale thanks for the info. I downgraded the package a while ago. Overall I think that code-mirror is great, but to use it properly with react, we would need a...

+1, this would be really nice :)

I want to apply background blur to my panels by default. While this is possible by assigning a shader to each panel that needs it, it would be cool to:...

I can't wait for this to become available. It's a huge pitfall at the moment, and even though I'm aware of it, I sometimes forget to add the proper annotation...

@marcusdacoregio I apologize for the delay, I've been on vacation for the last two weeks. There is one detail we had in our codebase which I didn't include in the...