EaseWay

Results 21 comments of EaseWay

Leave as a question because we are building [HyperMake Server](https://github.com/evo-cloud/hmaked) which already covers CI/CD use cases.

blocked by docker 1.12 bug parsing argument `--label`

Unable to solve the issue. Docker has potentially issues on different Linux distribution parsing command line arguments. It works on Ubuntu, but complains `flag provided but not defined` error on...

blocked by Docker 1.12 bug.

We are planning hmake for Kubernetes, so this repo (hmaked) will be obsoleted.

Thanks @elezar for explanation! Regarding GKE, we followed https://cloud.google.com/kubernetes-engine/docs/how-to/gpus, and we didn't dig deeper into what's configured on the VM, and we didn't do specific things on the VMs.

@elezar Thanks! I'm looking forward to it!

Unfortunately, it doesn't at present. It will be easy to replace pthread_xxx stuff with native windows API like CreateThread, EnterCriticalSection, etc. As you have the requirement, I'm glad to add...

Win32 support is pushed to branch [win32](https://github.com/easeway/lua-chan/tree/win32), but I don't have Window s environment to verify this. Please notify me if you have verified this, and I will merge it...

My understanding is (correct me if I'm wrong) you want the plugin system automatically populate a stack of filters from plugins and you application simply apply the filters, right? That's...