Pras Velagapudi

Results 79 comments of Pras Velagapudi

We are using a workspace status script [(example)](https://github.com/bazelbuild/bazel/blob/master/tools/buildstamp/get_workspace_status) to automatically extract semver information from git annotated tags on the repository rather than manually increment a file in the repository and...

> It should be relatively straightforward to have a tarball output that contains the wheel with the correctly name file inside - and it would avoid the issues with generated...

Is there any activity on fixing this? Or is there a way to disable it for a block of code (like `clang-format: off`?) I have a project where I have...

Alright, I will try the workaround of moving all my blocks into separate files. I am not sure that will be too convenient either, as these were for repository imports...

Hmm, I still want this feature, maybe I will try to make a PR...

An additional discovery: including _any_ source file from an external repository in `js_library` simply leads to it being omitted. I added a new target to the [minimal reproduction](https://github.com/psigen/rules_nodejs-issue-3479) linked in...

Bumping because I don't want this to be closed without anyone seeing it, it seems like a good idea :sweat: Hopefully this keeps the stalebot away for a bit.

I think this is just a typo in the example code. Removing the dictionary such that the `gltf-model` attribute is set to a URL string (instead of an object containing...

One option that might make sense is to define a sentinel value like `PortForward.AUTO` and make that the default, and switch the value of `name=None` to suppress the port visibility....