Pras Velagapudi
Pras Velagapudi
This adds a missing `[key]` reference to the `beforeUpdate()` hook that handles setting successfully updated file IDs. This matches the corresponding access in `beforeInsert()` on line 69 of the same...
In the latest release and current master of `rules_nodejs`, there is not a `bin/node_repo_args.sh`, and the default name for the repository is suffixed with a platform, e.g. `nodejs_linux_amd64`: * https://github.com/bazelbuild/rules_nodejs/blob/e4842c13c0ea16af1eb620c069d7e9116f566a1a/nodejs/repositories.bzl#L304...
# 🚀 feature request ### Relevant Rules Affects `container_image` and derivative `*_image` rules. ### Description Suppose I have two completely unrelated workspaces with different names: `com_example_A` and `com_example_B`. In each...
This PR adds two new flags `quiet` and `use_buildkit` to the `dockerfile_build` repo rule. * `quiet` turns on and off stdout/stderr console output when doing the docker build * `use_buildkit`...
# 🐞 bug report ### Affected Rule This issue is probably either in: * `js_library` * `nodejs_binary` ### Is this a regression? Not sure, I did not immediately find a...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `py_wheel` ### Is this a regression? I am unaware of a previous version where this is...
When I am developing APIs that are used internally (e.g. REST or gRPC), I need to create port-forwards to things that do not display a webpage, but are used by...
This changes the `out` attribute in native binary to default to the target name if unspecified, which is convenient because it can be omitted when renaming targets that are linux...
Discussion from #875: ---- @psigen: https://github.com/dartsim/dart/pull/875#issuecomment-294903363 > @mxgrey: Just a side question: Does DART already make use of `noexcept` to distinguish code paths that never throw exceptions from ones that...
While there's a lot of documentation [explaining the source code of the included DART tutorials](http://dart.readthedocs.io/en/latest/tutorials/introduction/), there actually isn't any documentation on how to build the tutorials in the first place....