TotallyGamerJet

Results 12 issues of TotallyGamerJet

I see that in the README it lists Go's byte and int8 as a C char. However, the [Go spec](https://golang.org/ref/spec#Numeric_types) says, > byte alias for uint8 Since uint8 is from...

Given the following C code: ``` struct hello { struct inside { int x; } stuff; }; ``` I get this Go code: ``` package main type hello struct {...

bug

### Ebitengine Version @d15b12b4 ### Operating System - [ ] Windows - [X] macOS - [ ] Linux - [ ] FreeBSD - [ ] OpenBSD - [ ] Android...

bug
os:macos

On MacOS when using stage manager and calling `glfwIconifyWindow` the window goes into the side panel and not the system tray which is desired behavior. I then want to check...

macOS

`Pick match/matches` requires that an identifier be present not the literal token `identifier`

Closes #51 Closes #69

Given the following YAML [here](https://github.com/TotallyGamerJet/clay/blob/d9096041af816278ee58115826c09813ec05a4ee/cxgo.yml#L78): ```yaml files: - name: clay.h idents: - name: Clay_OnHover fields: - name: onHoverFunction fields: - name: userData type: iface - name: userData type: iface ```...

bug