Brian J. Cardiff
Brian J. Cardiff
I don't recall anything regarding omnibus caching. So it's worth a try. I think there was some reason why we didn't update to omnibus, but I don't remember why. I'll...
I like the attempt to have a single location for declaring repo and test for a shard. I find it odd the proposal to user a shard.yml to do that....
I would rather focus on publishing a Docker official image and mimic whatever the other languages are doing. See https://github.com/docker-library. Eventually we could leave crystallang/crystal for CI and maybe nightlies.
This repo is responsible of keeping track of how the releases are built. Since the sha is used in the main repo, there it is all the information on how...
Even if we publish the current CI's output in the GitHub release artifact I would not use that binary as input for future releases. We will be missing the reference...
I didn't mean to force CMD. A powershell script is valid. Assuming that MSVC is installed is valid to me. As long as it is expressed in a README I'm...
In Linux currently we build all the deps. In osx obminus we have two main targets: crystal or llvm. The llvm is run manually in this repo in CircleCI on...
Does someone know if there is a tool for generating the sitemap does some recursive checks over directories? Unless it can be automated it won't happen. Doing a pass over...
I agree the sitemap is worth having and is a good solution. I don't think having the sitemap checked in the repo is the right thing. From a workflow point...
> Currently, these sitemaps are only for /api, so Jekyll is not even involved Wouldn't that prevent indexing other pages? > Every day the updated nightly API docs are published...