Ary Borenszweig
Ary Borenszweig
This is impossible to do because require is a compile-time thing while here it seems you need to parse the shard.yml at runtime to know this. Well, it's possible using...
Oh, well, if a cr is generated then it can be done using macros... but in general I don't know if requiring all shards at once is good. Specially, some...
I think we should have just one flag, either `--release` or `--production` that does a combination of those two things (this PR is fine). It's the same reason why we...
Anyone up to porting libyaml to Crystal? At least the parser+scanner and emitter. There's already a port in Go so my guess is that it shouldn't be hard. Plus it...
@samis Thanks! Could you squash the commits?
If you pass `-v` to crystal it will spit out the final linker command
Yeah... I don't know why there's this `v` prefix requirement. I wish we would remove it. I don't understand what's its purpose... 😞
I think the tag must be `v0.1.0` instead of `0.1.0`. Which, in my opinion, is very unintuitive, but 🤷
Yup, my solution is a bit hacky 😊 . However, it's inspired by some rails helpers/generators that add some code to existing Ruby files, for example routes. I remember the...
I think everyone has a different idea of how this command should work, and all these ideas are different than my proposal 😊 My proposal is: ``` shards add URL...