Omer.

Results 11 issues of Omer.

![image](https://user-images.githubusercontent.com/100426634/172614955-93170c63-d409-4a4e-82b0-6c0f5f0ab367.png) how do i make it show the names of the video instead of the links

### Game or games this happens in Luadev r0 (lua interpreter) ### What area of the game / PPSSPP EDIT: Strangely, this seems to be font related, see below. PPSSPP...

PGF / sceFont
Homebrew

These are some lua bindings for chipmunk physics: https://github.com/stetre/moonchipmunk How difficult would it be to integrate this package into quickgame?

### Describe your suggested feature A few videos have low volume. A toggle could be added to the player settings that removed the 100% limit. It would make the user...

enhancement

**Describe the bug** I cannot use the tasklist command with protontricks -c "tasklist" **To Reproduce** Steps to reproduce the behavior: 1. Run command ` protontricks -c "tasklist" ` 2. Command...

I'm kinda struggling to add collison handlers. I added a collision type to my rigid bodies, now how exactly do i pass a collison function to space.AddCollisionHanlder? Some explanation for...

Running `wasm-validate` on the clay.wasm returns a `invalid magic number` error. a new clay.wasm is needed

**Describe the feature** Go 1.24 added support for the `go tool` directive. https://tip.golang.org/doc/modules/managing-dependencies#tools **What problem does this feature address?** Users can setup their project with just a `go mod tidy`...

:sparkles: enhancement

Since there isn't a way to pass pointers into web assembly. we need to first copy our struct into wasm. and then allocate a slice of bytes, copy the struct...

I was trying to compile [clay.h](https://github.com/nicbarker/clay) but the compiled code is calling this `_cxgo_offsetof()` function. for example `_cxgo_offsetof(Clay__Alignbool{}, "#member"))), arena))}` ### Steps to reproduce: 1. [Download clay.h with debug tooling...

bug