Gautam Manchandani

Results 37 issues of Gautam Manchandani

## Description This PR adds visual tests for the KBreadcrumbs component, covering the following scenarios: - Breadcrumbs with just one item (with/without showSingleItem). - Breadcrumbs with multiple items that do...

❌ **This issue is not open for contribution. Visit Contributing guidelines** to learn about the contributing process and how to find suitable issues. **Description**: After migrating the documentation examples to...

**Summary**: - We identified that the “Web of Trust” slider’s value was not updating as expected because it was implemented as an uncontrolled component using the defaultValue prop. This caused...

**Summary:** The "Minimum Follower Count" setting in the "Web of Trust" section of the preferences page is not persisting after being changed and the page is refreshed. The value reverts...

## Summary Adds conditional inclusion of `stdbool.h` to prevent deprecation issues in C23. ## Changes - Replace `#include ` with conditional check - Only include `stdbool.h` for C standards before...

c-CAPI

## Description This PR adds a GitHub Actions workflow to automatically close issues when related PRs are merged, improving project maintenance and issue tracking accuracy. Fixes #4360 ## Changes Made...

size/L

### What is the problem you're trying to solve ## Problem Currently, when PRs are merged that fix issues, the related issues remain open even though they've been resolved. This...

kind/feature

### What this PR does This PR introduces comprehensive unit tests for the `pkg/util/discovery` package, which previously had no test coverage. To enable testing, the core logic of `DiscoverGVK` was...

size/L

This PR introduces a new test file, cache_test.go, to provide comprehensive unit test coverage for the custom cache implementation located in pkg/util/client/cache.go. The new tests cover the following key areas:...

size/L

Added unit test for `pkg/internal/polymorphichelpers/attachablepodforobject.go` . Our tests successfully validated all the logic paths that don't require a live Kubernetes connection: - The case where the object is already a...

size/L