Adam Azarchs
Adam Azarchs
I'm a bit curious about why you're making such a distinction between a personal computer and a server - certainly in many modern contexts they're quite different, but many organizations...
> if a client app is doing OAuth, then it needs to embed both the app ID and app secret in the app itself where the “secret” can be trivially...
I believe this issue is closed by https://github.com/bazelbuild/bazel-skylib/pull/252?
Looks like @kristof-mattei already did that: https://github.com/actions-rs-plus/clippy-check
Seeing as how this repo appears to be unmaintained, and seeing as how @kristof-mattei seems to have forked it into https://github.com/actions-rs-plus/clippy-check for #165, maybe it's time to start pushing PRs...
The entire point of git lfs is to be able to not care about the size of LFS files except at `HEAD`. - Given that you've already got the list...
`git lfs ls-files -s` will tell you the sizes of all the `lfs` files. But I'm not even sure what `git-sizer` would do with it; storing large files in git...
If you're using ubuntu you can always use the [git ppa](https://launchpad.net/~git-core/+archive/ubuntu/ppa) to get an up to date version: ``` sudo add-apt-repository ppa:git-core/ppa sudo apt update sudo apt upgrade ```
My workaround is more aggressive but doesn't require storing a state file: 1. set all mtimes in source directories to a specific date in the past 2. set all mtimes...
https://github.com/bazelbuild/rules_python/blob/main/docs/coverage.md