Slashscreen
Slashscreen
I am trying to build Servo on Windows 10, and using both normal Mach and python Mach I get this error: ``` AttributeError: 'NoneType' object has no attribute 'decode' File...
### Check for existing issues - [X] Completed ### Describe the feature I looked for this as an issue already, but if I didn't find one that exists under the...
I have a world with a large amount of props from scatter. When my scene gets loaded, through the editor or in-game, it causes Godot to freeze for a while...
Lua 5.4 uses `import` instead of `require`. Is there a way we can use `import "module"` instead of `require("module")` in generated code?
I've been following the tutorial to build Kazoo, but have come across 2 problems: 1) When finalizing, if the .tbl file exists, it gives me this stack trace: ``` S:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/rltk-3.0.1/lib/rltk/parser.rb:568:in...
In several places, the wrapper generator created `void *` casts, and put in "Unknown union at messages into the code, uncommented. Below is the translated wrapper, and the header files...
### Describe the bug I attempted to make a wrapper for the Playdate SDK, but v translate detected no files when passing in a directory, and translated nothing. ### Reproduction...
Hello, I'm trying to use the close captioning software through the pubnub webpage, but I'm not sure if I did it correctly. I allowed both the github.io page and the...
## Update by TokisanGames Separates the monolithic storage resource file into one file per region. This PR extends off of #433 so appears to include API renames. View this PR...
I have a somewhat-functional tool for nondestructive terrain editing using stamps, similar to that of the Microverse unity plugin, currently interfacing (buggily) with HTerrain. It generates a heightmap as the...