Sanjay Vasandani

Results 44 issues of Sanjay Vasandani

`addlicense` currently always modifies source files in-place. This makes it difficult to use in scripts or integrate into other formatting tools, such as the [`fix`](https://www.mercurial-scm.org/repo/hg/file/tip/hgext/fix.py) Mercurial extension. Since the filename...

# 🐞 bug report ### Affected Rule The issue is caused by the rule: container_run_and_commit_layer ### Is this a regression? Yes, the previous version in which this bug was not...

Buildifier incorrectly considers the presence of `native.register_toolchains` to indicate that the function is a macro and therefore needs a `name` argument. `register_toolchains` is not a regular rule or macro itself...

The Kotlin toolchain hard-codes stdlib dependencies from `@com_github_jetbrains_kotlin`. This means that if you're writing a library using rules_kotlin, anything downstream that depends on stdlibs via Maven can get two copies....

P2

## Feature Request #### Is your feature request related to a problem? Please describe When dealing with one-to-many relationships, it's often convenient to do a single query where the "many"...

type: enhancement

This is similar to #873, but for Git's remote helpers. See the [gitremote-helpers man page](https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitremote-helpers.html). Remote helpers are used to support repository URIs with alternate transport schemes.

enhancement

Possibly related to #7037 ### What version of gRPC-Java are you using? 1.48.1 ### What is your environment? 1. Linux (Debian Bookworm), JDK 11 2. Distroless Java 11 (gcr.io/distroless/java11-debian11:nonroot) ###...

**Describe the bug** `kustomize build` returns the following error when run in a directory where a `kustomization.yaml` file exists, but is a symlink rather than a regular file. ``` Error:...

lifecycle/stale
kind/bug
needs-triage

**Describe the bug** Sometimes `DebugProbes.install` fails with the following: ``` Caused by: java.lang.IllegalStateException: The Byte Buddy agent is not installed or not accessible at kotlinx.coroutines.repackaged.net.bytebuddy.dynamic.loading.ClassReloadingStrategy.fromInstalledAgent(ClassReloadingStrategy.java:171) at kotlinx.coroutines.debug.internal.ByteBuddyDynamicAttach.attach(Attach.kt:29) at kotlinx.coroutines.debug.internal.ByteBuddyDynamicAttach.invoke(Attach.kt:17) at...

bug
debug

The following line in the AIP > Field names **should not** use the `_name` suffix unless the field would be ambiguous without it (e.g., `crypto_key_name`) Is under the section "Fields...

type: bug
priority: p2