Kondo Uchio

Results 7 issues of Kondo Uchio

https://docs.semaphoreci.com/ci-cd-environment/machine-types/ Real VM worker seems to be available in semaphore CI and we can add many type of testcases!

Found warnings: * [ ] in mruby-capability ``` /home/udzura/.ghq/github.com/haconiwa/haconiwa/mruby/build/mrbgems/mruby-capability/src/mrb_capability.c:111:26: warning: cast from pointer to integer of different size [-Wpo inter-to-int-cast] cap_ctx->capval[i] = (cap_value_t)RARRAY_PTR(ary); ``` * [ ] in udzura/mruby-syslog ```...

Haconiwa now can be used cooperating with [lxcfs](https://github.com/lxc/lxcfs) after https://github.com/haconiwa/haconiwa/pull/127 How about customizing containers' /proc with DSL like below? ```ruby dummy_cpuinfo do model_name "dummy" cpu_mhz 2000 cach_size 6000 flags %w(fpu...

Hi, I created [dokku-ephemeral-mysql-plugin](https://github.com/udzura/dokku-ephemeral-mysql-plugin) referring to your redis plugin. Thanks! But this repository doesn't seem to have any LICENSE information. So I want to know.

# Description of change Support GitHub Enterprise. This will fix #23 . # Manual QA steps - Add something like `"api_endpoint": "https://git.your-compony.example.com/api/v3"` to your config json. - Run extractor. #...

When keys are added and deleted in order as shown below: ```go keys := []Key{ Key("test/a1"), Key("test/a2"), Key("test/a3"), Key("test/a4"), // This should become zeroChild Key("test/a"), } tree := newTree() for...

Is user namespace available?