Ary Borenszweig
Ary Borenszweig
https://github.com/crystal-lang/crystal/pull/9465 :-) So a bug in Crystal that affects shrads.
Well, here's a good reason to have a centralized repository: https://www.reddit.com/r/programming/comments/7olf5e/npm_registry_many_packages_are_disappearing_all/ If I have a popular crystal repo in github and I decide to remove it, good luck with, I...
The centralized repository won't allow deleting stuff. It's simple it will keep copies of shards forever. You say chances are small, but it already happened twice in npm.
I think it happened because you are allowed to remove packages from npm not an accident. In any case, without a registry the problem of uniqueness still exists. I thought...
Just note that my idea with Crystal was to be able to run crystal to compile a program. I didn't read this thread, but I hope that doesn't change!
I don't understand. If shards build already produces a binary, why not make that binary location customizable? It seems trivial to do. Compiling a C project and so on seems...
I doubt the output location needs to be changed per run, so it could be specified in the yaml file
Sorry, I never tried this on Ubuntu, I'm on OSX so I don't know why it doesn't work. Seems to be related to https://github.com/crystal-lang/crystal/issues/1269 and https://github.com/will/crystal-pg/issues/14
I was thinking about that... but I think this is about building things in parallel, while the other one is fetching things in parallel... which of course will be very...
Isn't this expected? Or what's unexpected?