Paul Cody
Paul Cody
Given an external repository definition like so, I'm struggling to figure out what the correct `@import` path would be for the external sass_library. For example: ```python # WORKSPACE MILLIGRAM_BUILD_FILE =...
The bzl binary may exist at both a global extension download folder (managed by VSCode), and $HOME/.bzl/bin/bzl for legacy CLI-only installs. Provide an option to update the location in $HOME...
Users have asked for ability to customize the buildifier command.
$ ping http://thirdpartyrepository.redfintest.com/ ping: cannot resolve http://thirdpartyrepository.redfintest.com/: Unknown host
I get a bunch of these stack traces when trying to get started: ``` sh $ python npm-bazel-gen.py ... Exception in thread Thread-16: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py",...
Your presence on github was missed @yugui, welcome back! Are you re-investing in the rules or just cleaning up? What are your maintainance plans going forward?
Not able to determine correct usage of ncdoc.js. Invoking with: ``` $ node node_modules/nclosure/bin/ncdoc.js path/to/my/src ``` It churns though the source with a bunch or warnings, but nothing is emitted....
Surprised you'd need this with a bazel build, but maybe there's something on the windows side which is forcing this. Anyway it would be nice not to involve git submodules...
### TODO - [x] fix proto_repository: gazelle is generating canonical repo names vs apparent repo names ```diff diff --git a/example/thing/BUILD.bazel b/example/thing/BUILD.bazel index eaf7597b..dabd0e39 100644 --- a/example/thing/BUILD.bazel +++ b/example/thing/BUILD.bazel @@ -13,7...