Grant Haywood

Results 12 comments of Grant Haywood

Id like to help out

I had this issue on Amazon Linux. It started for me after i upgraded docker. I resolved the issue by running 'docker pull registry' , which updated the copy of...

@warvstar you could try http://terralang.org/

would it be unreasonable to port https://github.com/kernelsauce/turbo/blob/master/turbo/socket_ffi.lua ?

Well, This IS a documentation bug on vertx-shell, its not a bug in vertx core. http://vertx.io/docs/vertx-shell/java/#_command_arguments gives an example ``` When an option named help is added to the CLI...

https://github.com/vert-x3/vertx-shell/compare/master...cinterloper:vurl something like that? It would be better if it parsed a whole url like curl

I must admit i dont yet understand why this is occurring, does the team have any gut suspicion of where i should start that investigation?

this also happens with zookeeper in a different jvm

id be realy excited to get started using onyx if this example existed.

I had a similar issue, and switched to lua 5.1, then edited the .c file, and changed the inclues: #include "lua5.1/lua.h" #include "lua5.1/lauxlib.h" #include "lua5.1/lualib.h" and i got it to...