하도영
하도영
Hi, really thanks for good library. When testing onEachDirectory callback, it only returns top level directory. I tested on nodejs v10, directory-tree v2.2.0, installed via npm. I think onEachDirectory callback...
Thanks for really nice tool :) I need to run arena without cdn support - useCdn: false. And I want to run arena standalone server, not node module. Is there...
When create CantDo class instance with string parameter, PacketType is setted to CAN_DO not CANT_DO. https://github.com/johnewart/gearman-java/blob/master/gearman-common/src/main/java/net/johnewart/gearman/common/packets/request/CantDo.java public CantDo(String function) { this.type = PacketType.CAN_DO; this.functionName = new AtomicReference(function); }
## Description * is it possible worker knows own unique worker id? especially when I execute worker (queue.process) with concurrency ## Minimal, Working Test code to reproduce the issue. ####...