Steven Gay

Results 5 issues of Steven Gay

Hi Just wondering why those are not on the list: - Gitly https://gitly.org/ - vlang/pdf https://github.com/vlang/pdf

Hi On Windows, I was able to make borderless Sokol window by "only" modifying line [6785 of sokol_app.h](https://github.com/floooh/sokol/blob/master/sokol_app.h#L6785) with one of the following options; ``` DWORD win_style = WS_CLIPSIBLINGS |...

sokol-app

### Describe the bug Unable to create a generic method that requires to implement an interface with a different passed interface ### Reproduction Steps ``` interface IModel { model string...

Bug
Unit: Compiler
Status: Confirmed
Generics[T]
Unit: Checker

Hi, **V version: 0.4.2 ab4clf4** **UI version: latest** **OS: Win 10** **What did you do?** When resizing a CanvasLayout using a SplitPanel will resize (as I expect) the content; however,...

bug

Hi All Has anyone already implemented serialization of a Dictionary? ``` public static void Write(this EndianBinaryWriter writer, Dictionary dictionary) public static Dictionary ReadDictionary(this EndianBinaryReader reader) ``` I know I can...