Jeremiah Goerdt

Results 10 issues of Jeremiah Goerdt

Please add a Medium Social Icon

When trying to build via the Windows command prompt, I get these errors: ``` # crawshaw.io/sqlite In file included from _cgo_export.c:4: cgo-gcc-export-header-prolog:49:34: error: redeclaration of 'go_sqlite_auth_tramp' cannot add 'dllexport' attribute...

I use Arch Linux 64bit. When attempting to make scene-viewer I would get linking errors for undefined ov_\* references. After I added "vorbisfile" to GAMEPLAY_LIBRARIES within the CMakeLists.txt file, the...

For example, ```go Mouse_Button_Proc :: #type proc "c" (window: Window_Handle, button, action, mods: i32); ``` This proc takes `i32` rather than the correct types. We want this proc to look...

enhancement

In vim, you can add a number pretty much anytime before an action key (eg y42y will yank 42 lines). Using this with yank, delete, and movement is pretty handy.

http://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/ The tips from that article were probably the biggest boost in productivity I've had since learning vim. It would be great if we could do things like ci" that...

`PaskalCase` should be `PascalCase`

bug

`get_map_cell()` should be `get_map_pos()`

bug

Are there any plans to implement some sort of quickfix window formatting so that we can jump to lines referenced in compiler output?