bristol-clojurians

j 2020-09-16T21:44:53.028100Z

When we were talking about gists today, I heard @sfyire say the word "shard" or something similar to it? Is that like a github gist?

j 2020-09-16T21:45:21.028500Z

Or maybe a SHA hash?

Adrian Smith 2020-09-17T08:14:41.028700Z

yeah I meant git sha, like in deps it's possible to do:

{:git/url "<https://github.com/clojure/data.csv.git>"
                        :sha "e5beccad0bafdb8e78f19cba481d4ecef5fabf36"}

j 2020-09-17T19:36:05.029Z

Cool! Yesterday was first time I've seen that in deps! Thanks for clarifying!