Alec Benzer

Results 9 comments of Alec Benzer

> That said I can see it's a pretty specific request. I'm happy to make a PR. FWIW I don't think the general problem (only-once initialization) is too specific at...

1. Does the `INACTIVITY_TIMEOUT` fix guarantee no dropped logs, even for the period `INACTIVITY_TIMEOUT` is set to? 2. ETA on a more robust fix?

@seanlano How are you able to even get any output at all? When I run latexdiff output like the above through xelatex, I get `! Too many }'s.` errors at...

Note that this rule is currently codified in the [style guide](https://bazel.build/versions/master/docs/skylark/build-style.html): > Use a single blank line between two top-level definitions. _Rationale_: The structure of a `BUILD` file is not...

> First off, that rationale is wrong; we have quite a few Bazel files full of utility functions, rule implementations, etc. that most certainly do not "[have] only top-level statements"....

@damienmg `--experimental_use_strict_env` doesn't seem to exist AFAICT? My `bazel version` is: ``` $ bazel version Build label: 0.6.1-homebrew Build target: bazel-out/darwin_x86_64-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Fri Oct 6 02:36:58 2017 (1507257418) Build...

Would it be any easier to check at build-time for any undeclared dependencies, instead of modifying the artifact to not have access to them at run-time? I think pants does...

~~Not OP but that gives me:~~ ``` no such attribute 'zip_safe' in 'py_binary' rule ``` ~~it looks like subpar is incorrectly trying to pass the `zip_safe` flag along to `py_binary`?~~...

Is there at least some way to easily script this? E.g., can I loop over a `pip freeze` and somehow programmatically find the file I need to pass to `pip...