2003Aditya
2003Aditya
@babakks sir, I tested the `repository.forks` query using `affiliations: ORGANIZATION_MEMBER` with a test org forked from the upstream. Here’s the query I ran: ``` bin/gh api graphql -f query=' query...
Hi @babakks 👋, I’ve completed testing fork detection for both user and organization forks, including renamed forks and name conflicts. Here’s a summary of my findings: ## User-owned forks GraphQL...
@vvoland @robmry should i remove this test or just resolve this conflict?
Hey! 👋 I went through the issue and the proposal makes complete sense. Currently, Kind doesn’t surface any information about configurable environment variables like `KIND_EXPERIMENTAL_PROVIDER`, `KIND_CLUSTER_NAME`, or `KUBECONFIG` in the...
@BenTheElder Hey Ben, thanks for clarifying the approach regarding environment variables. I went through the CLI help texts and documentation to better understand how different environment variables are currently surfaced....
Hi @BenTheElder 👋 I’ve reviewed where the --name flag appears across the CLI and made the description consistent and clearer. Here’s the updated output after the change: ``` Aditya |...
Hey @thaJeztah Sir, I’ve looked into this issue and would like to help implement support for the `platform` property in Docker Swarm. From what I understand, the error occurs because...
@Ibmurai can i work on this ?
Hey @thaJeztah 👋 I’d like to work on this issue. I went through the Docker CLI source, mainly [`cli/command/container/run.go`](https://github.com/docker/cli/blob/master/cli/command/container/run.go), where the `docker run` flags and container creation flow are handled....
@thaJeztah Thanks — that makes sense and I appreciate the security callout. I’ll take a step back and dig into the background (legacy `--link` behavior and why it was removed)...