iyatomi takehiro

Results 17 issues of iyatomi takehiro

refs #348 with this PR, `sysbench.sql.driver():connect` can accept connection setting directly, instead of from command line. this increase our flexisibility of writing test, readability (you can easily see which database...

hi, thank you for creating sysbench, it saves my time alot! the issue is related with #19 #19 says sysbench can handle multiple database in single event. but apparently from...

hi, thank you for nice project. I try to use Unity3D-NLua in this project, then I got strange following error when try to create lua object. but harmless because after...

refs willsteel/lcpp #12 add _Pragma as default predefined function refs willsteel/lcpp #13 fix bug that #x (stringify operator) 's apply order is wrong as argument in #12, we add _Pragma...

sometimes auto merge fails by `Base branch was modified Review and try the merge again` error . (typically when multiple merge bot action run concurrently) and in most of cases,...

in these day, many good system software start to be written in [go](http://golang.org/), such as etcd or serf. if such a trend keep on going in future, enable to call...

enhancement

to support ffi.csrc for executing environment which does not have gcc, I think it would be useful to bundle (tcc)[http://bellard.org/tcc/] to compile c code which specified to ffi.csrc. or we...

enhancement

as title. reported to fail with following error ``` ./lua-aws/services/base.lua:19: attempt to index a userdata value ``` in the situation like below. ```lua local aws1 = AWS.new({ ..., region =...

suggested by @nkzawa, and I'm +1 on this. ### motivation - API call not always success, due to various reason. and simply retry API call until success (with some limit)...