Wpc
Wpc
The current web client is sub-optimal, it consuming lots of memory and causing GC a lot. I did some dirty hacks to improving the client's performance. Now, it can run...
A `GhostKey` is defined as a key event that is triggered in a macro combination. The `GhostKey` should not influence other key event that not included in this macro combination....
send IdRequest when slave is uninitialized when receive a cableCheck message. This will speed up the slave initialize process
The bootstrap can successfully download the docker image. and start a new container. But after that. one of a `curl --fail -XPOST localhost:8101/provider/context?update=False` command failed. The error logs says `409...
[Akka Stream] RetryFlow is designed to handle errors properly. A common case is we want to use RetryFlow to wrap some RPC service calls which itself returns a Future, and...
``` responseStr[5] = (char *) "1"; ``` this line assign `responseStr[5]` a const string. But other `responseStr` get a dynamic buffer from `asprintf`. When the function end , it try...
I don't know if this is the right place for this issue. Anyway. It seems that Macro in current KLL spec treat the modifier key as the plain keys ....
considering a sbt multi project Root (project created using `repo`): ``` root/ build.sbt a/ .git/ some_a_file b/ .git/ some_b_file ``` Since, `gitReader` is defined under `ThisBuild`. All the projects share...