richard bucker
richard bucker
yes, that's the same error I got when I tried to install it on Windows. These calls are not available on windows. The answer to fix the problem is to...
I started to read a lot of posts and I was beginning to believe that mixing the client relay was just unsupported. I've come to the conclusion this is definitely...
In my case... ``` $ go get -u -v github.com/mattn/go-sqlite3 # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function ‘sqlite3SelectNew’: sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew;...
It's a crappy answer but I guess I'll have to live with it. I've created the [wrapper](https://bitbucket.org/oneoffcode/go-metrics-bosun) for the project. I should have a working model tonight.
Code Complete [here](https://bitbucket.org/oneoffcode/go-metrics-bosun) please update whatever doc needs it.... and close.
`--deadCodeElim:on` resulted in ``` could not import: luaL_loadbuffer ```
``` > lua -v Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio ```
lua52 generated this error: ``` /Users/richardbu/.nimble/pkgs/lua-1.0/lua52.nim(409, 29) Error: ')' expected ```
sounds like it's a no go?
I started working on the PR and then... ``` /Users/richardbu/.nimble/pkgs/lua-1.0/lua52.nim(634, 41) Warning: 'l' should not be used as an identifier; may look like '1' (one) [SmallLshouldNotBeUsed] /Users/richardbu/.nimble/pkgs/lua-1.0/lua52.nim(658, 8) Warning: use...