Thomas Garnier
Thomas Garnier
## Description - Plugin Name: BetterCodeblocks Please, make it so I can disable whitespace trimming in codeblocks ### Reason/Use Cases Sometimes people don't use codeblocks for code, and sometimes people...
I made this little code for testing ```js var peer = new Peer(); peer.on('open', function(id) { console.log(id); }); peer.on('connection', function(conn) { makeconn(conn); }) function connect(id) { let conn = peer.connect(id);...
# Hello, this is not an issue but a feature request... ## I have a 1920x1080 screen, and the oricutron window is very small... So it would be nice if...
### Affected Version yay v12.1.3 - libalpm v13.0.2 ### Describe the bug It doesn't auto complete when I have written the beginning of a package, but it works fine if...
## Useful information to include: - Basically the same as Minecraft Wiki, but for the items in CCT, much like [the original one](https://computercraft.info/wiki) - It'd provide recipes (even knowing there's...
Basically, I have an advanced computer, a non advanced turtle, and a floppy disk. I would like to use the advanced to write a program that will be used by...
I tried putting in the example code in the README, and it outputted this: ``` PS D:\Documents\Projects\zig-groq> .\zig-out\bin\zig-groq.exe Illegal instruction at address 0xb760f5 ???:?:?: 0x7fffdb5c3667 in ??? (WS2_32.dll) ???:?:?: 0x7fffdb5c5fc3...
### Which ISO version are you using? 2025-06-01 ### The installation log ```json [2025-06-22 07:22:48] - DEBUG - Hardware model detected: ASUSTeK COMPUTER INC. ASUS TUF Gaming F15 FX506HC_FX506HC; UEFI...
With Zig 0.14.0 on its way, a few changes were made to the std. Namely, `@typeinfo().Struct` was replaced by `@typeinfo().@"struct"` This PR makes that change in `zig-generic.zig` While the PR...
This is more a question about design choice than a real issue, but it potentially still presents an issue underneath. Looking into the structure, a gltf contains meshes, which contain...