F
F
However, it doesn't appear to work: ``` $ go get github.com/limetext/lime-backend/lib # cd .; git --git-dir=/go/path/src/github.com/limetext/lime-backend/.git submodule update --init --recursive No submodule mapping found in .gitmodules for path 'packages' package...
Ok, so something glide does that submodules don't is allow you to flatten the hierarchy if packages are used by both the main package and a vendored package. If we...
In which case, the importing package should probably get the say over which version to really use. In most cases, you'd expect them to use the same version, though.
@Gargron Is CircleCI configured to run `build-and-test` from forks, and should it be?
Wonder why it seems to be stalled and not starting for non-member PRs? Or maybe just mine?
Ok. I found this: which led me to to reauth CircleCI with GitHub. Then nudging the branch seemed to kick a build off. This might be worth documenting somewhere as...
"Boost" is the language everyone uses to describe the action. "Reblog" is also flavour language (Tumblr's). Clarity of language is important, and it doesn't make a lot of sense to...
> Do we have to worry about #CaSeSeNsiTivePoTatO? I think we do need to worry about `#CaseSensitivePOtato`, though. And `#CASESENSITIVEPOTATO`.
Perhaps? Here's the source of the 1.5 million: https://www.scotlandscensus.gov.uk/census-results/at-a-glance/languages/
https://github.com/MikeKovarik/exifr looks like a handy library for doing the parsing: `exifr.parse(file, { iptc: true })`