Henry Muth

Results 13 comments of Henry Muth

Partitioning of the data should happen automatically if the devices output size is exceeded. I'm working on a template matching algorithm that needs to compare a lot of pixels. I...

I just ran into this too while trying to have the include entires augmented by the matrix. Glad to see that you already fixed this. Thanks!

Let's get some more input on this. In the meeting someone suggested that cross-compiling would not play well with running tests for Windows. Was that Enetheru? I didn't quite understand...

That's what I do for my project. There is a test job that downloads the merged build artifact, downloads Godot and runs GUT integration tests (Does anyone know of an...

Well right now there is no boilerplate for testing at all, right? It's really good to have for extension development. But I could also see it as bloat for people...

It's now successfully cross-compiling Windows builds on Ubuntu

You could programmatically determine the correct testing OS by setting it according to the ‘target.platform’ parameter, or pass in an extra testing OS parameter into the matrix. Sadly even then,...

I think they should be excluded from the template and regenerated. But adding them to the `.gitignore` seems like a bad idea. They should be committed once regenerated by the...

Not sure about the `compatibility_minimum` in `.gdextension`. We expect people to raise that themselves if they use APIs from newer versions, right? The parameter describes itself very well and everyone...