didactic-drunk
didactic-drunk
Would it save time to fork aws-sdk-ruby, make minor modification to the templates and end up with an almost identical API and documentation as ruby?
I see java, is there a ruby generator?
Less work in each application maintaining require statements? My primary purpose in grouping is multiple apps within 1 repo. For example I have a web service, command line app and...
@asterite If shard `a` depends on `b`, doesn't `a` normally `require "b"` solving most ordering problems?
My initial use case was for applications not libraries. Your solution works except for for partial inclusion: 1. Application `a` uses shard `foo` and requires "_shards/group". 2. Shard `foo` uses...
I thought `make` isn't necessarily available on windows. A single command to make the shard ready for use is still desirable to reduce developer friction.
A single **universal** command that i don't need to read documentation for each shard to to figure out what to run is still desirable to reduce developer friction. Pros: *...
> If you know any truly cross-platform build system, where you can run a single universal command on any system and it just sets everything up for you as necessary,...
> The link information however would be difficult to obtain. And it probably doesn't make much sense for a source distribution format. The reason is that the Crystal code only...
`@[Link]` may run shell commands. Should the compiler spit out a list of resolved '@[Link]`'s? Is there a simpler way to get this information?