Trey Moller

Results 79 comments of Trey Moller

Its pretty straight forward honestly if you understand how REST apis normally work. Use the documentation from TD or reference a local Godoc. The dev should definitely focus on functionality...

Seems like some sort of memory leak from the description. I will be looking into this over the weekend. I will keep you updated.

> Just out of curiosity, does push_variant create new lua tables and copy the data from the PackedByteArray to the new tables? > It's situational. But typically the answer is...

While in theory this should work godot gets touchy when it dosnt own the memory. I will need to do some testing to figure out what the best method of...

I still need to look into this more but here is what I know. The unkown lua type 8 is the type LUA_TTHREAD. Which means its trying to pull the...

Testing needs to be done but this may of been fixed in a recent Godot update.

Getting this issue aswell, any way to exclude the right arrow key from event? Fixed for now just by using gohook directly via ` for ev := range EvChan {...

> You need to generate the kernels for the CUDA program. There's a program called `cudagen` which generates all the operations Thakns for the quick response. I have run cudagen...

Just some more info, I have now tried with the newest cuda version along with 11.0, 10.1 and 10.0 all result in the same error. It dosnt seem to change...

> I hope I can get it done around the beta release. The bulk of the work is done (on the `v4` branch), now it's mostly about bug fixing and...