Clement Benard

Results 3 issues of Clement Benard

Definitely don't merge this. This is an attempt of mine at creating a layout system for this GUI system. This is largely uncommented code, with some bits taken from the...

- Added context.Context to most top-level functions - Renamed errors to follow standard Go pattern - Refactored `interface{}` to `any` - Renamed method receivers to more meaningful names (`self` or...

enhancement
stale

My idea would be to return some sort of raw value that can be unmarshalled to anything (thus removing the need for the strange Unmarshal top-level function) ```go type RawValue...