Kapil Sharma

Results 118 comments of Kapil Sharma

Okay, I will give it a try, if that's easy to add, I will create PR. Thankyou.

As per [CNCF assessment criteria](https://github.com/cncf/techdocs/blob/main/assessments/criteria.md#beginner-friendly-issue-backlog), we need to monitor stale issues. WDYT? If it looks good to you I would like to raise a PR.

@jku The functionality works as follows: - It comments on an issue after a specific period (e.g., one month) if there is no activity(comments or Pull request). - If there's...

Yaml_lint may fail on some lines. Am looking into them, and fix it ASAP!

Yes, am reading official [ruff ](https://pypi.org/project/ruff/0.0.246/)page, found that my python version is 3.10, but after upgrading it to 3.11, as per ruff, it still shows error. @jku this shows shebang...

Oh great, then IMO we should document it [here](https://theupdateframework.readthedocs.io/en/latest/CONTRIBUTING.html#testing) with possible solution (I will check if i can found something) So that we don't need to worry about it anymore....

@jku still same error :) Okay i got the issue.

The thing is, I am using the `python-tuf` directory in WSL from the Windows host, which leads to a weird problem, and hence the WSL check is not passing. I...

Here, how we can use it after these changes: when no flag is provided, comes with default headers ``` sudo -E ./ig run trace_exec:latest INFO[0000] Experimental features enabled WARN[0000] Ignoring...

Hi @mauriciovasquezbernal, main changes: - Here I decided to always use the host network for containerd containers in the test environment. - in pkg/container-utils/testutils/containerd.go: Modified the Run method to always...