Kostya M
Kostya M
Plotting this changes for crystal-metric rep. `1.11.2-my` is a `1.11.2` recompiled on my MacBook m1 in release mode. Other releases downloaded from GitHub. Funny that it is have faster compile...
We not like such optimizations. We try to use standard language constructs and containers. If `for` in Scala is slow, is not Scala developers should care about it?
``` dependencies: test_shard1: github: kostya/test_shard1 test_shard2: github: kostya/test_shard2 branch: master ``` shards --version Shards 0.17.0 [85b30b5] (2022-03-24) ``` shards update Resolving dependencies Fetching https://github.com/kostya/test_shard1.git Fetching https://github.com/kostya/test_shard2.git Unable to satisfy the...
There is a way to check if branch `>=` sha or not: `git rev-list --count v1.0.0..master` if it return number > 0, master is `>= v1.0.0`
i dont like to add dependency only for windows, may be you can extract peace of code from that shard?
which programs? is there difference in implementations? may be i miss something
I think graphs can be builded from tables easily, may be there is some online service
not understand about luajit, there is already.
this is not work, after cmd up, window still sticking.
for me this is fixed when i start use `docker compose` instead of `docker-compose`. because `docker-compose` outdated.