Kim Jae Hwan

Results 5 issues of Kim Jae Hwan

# Summary [`table.Merge`](https://github.com/Facepunch/garrysmod/blob/master/garrysmod/lua/includes/extensions/table.lua#L81-L95) function's merging is if element is table, replacing table's element. ```lua function table.Merge( dest, source ) for k, v in pairs( source ) do if ( istable(...

Currently no hooks for after player DB loaded. It meaning 'ix_players' DB used plugins can't initialize player when player connected. I tried PlayerInitialSpawn hook, but plugin hook called before framework...

# Summary - tui.grid Version : 4.21.3 If parent dom has padding, `bodyHeight: 'fitToParent'` property dose not consider it. width is fine. # Reproduce Steps to reproduce the behavior: 1....

Bug

# Summary When importing a specific character file, other characters are corrupted like imported character information. # Details No details yet. I inspecting about this issue now. Patch will be...

bug

#### Describe the feature Add arguments getter to `Request` interface and implementations. #### Use cases I'm testing about Verticle (Redis used), The purpose of the test is to test whether...

enhancement