Kostya M
Kostya M
All this changes questionable and I don't know even if it pass specs. Also optimization results was for my set of benchmarks, and I don't know if it would work...
`shards install --verbose` This would be useful for debug purposes.
My project have dependencies (master because i want to test some things, before release version): `shard1` `shard2 branch: master` shard1 have dependencies: `shard2 version >= '1.0.0'` both dependencies is ok,...
Is it possible to add bytesize for each object in the dump?
would be nice to have default array parser like this: ```crystal struct MyArgs include ArgParser getter ids : Array(Int32) end args = MyArgs.new(["--ids", "1,2,3"]) ```