Alec Benzer
Alec Benzer
It looks like any libraries installed to my system python's site-packages are available to bazel, whether or not they are expressed as a dependency to bazel. This seems like an...
Just like `--invert-match` can be used to find words not matching a pattern, there should a flag that acts like the inverse of `--file-search-regex`, so that: ```shell $ ag foobar...
> A deployed application can then be completely redeployed with the same exact versions of all recursive dependencies, by referencing the Pipfile.lock file. AFAICT, with pipenv, you do this with...