Akash Kumar

Results 14 comments of Akash Kumar

@saschagrunert I am interested in working on this project for lfx term 1 2024. I have hands-on experience in go and writing github actions. I am currently interning at CNCF...

A more wide application for implementing this would be to merge two graphs ```go g.addEdge(vertex v, ``` doing this will merge DAG into graph g on its vertex v. **UPD**:...

To all those who might be looking for a solution: ```go func FindSource[K comparable, T any](g graph.Graph[K, T]) ([]K, error) { if !g.Traits().IsDirected { return nil, fmt.Errorf("cannot find source of...

@dominikbraun Yes. I was wondering will there be a function `getSource` in the package itself. I can send a PR for it.

Currently, only coverage data for go applications can be accessed programmatically in keploy repo. Also, in case of go applications, the overall coverage data is collected, the code which does...

Hey @AmruthPillai here are some customization: https://drive.google.com/file/d/1wcJ93WT5OxneVf9bmZVYKE3L9SovpN95/view?usp=sharing https://drive.google.com/file/d/1-NgVVampRU92VBlSLsey4jeUZUmRIWNk/view?usp=sharing https://drive.google.com/file/d/17_OhUkgyxY3MGMj4jyEzwKhvYTaVv_pW/view?usp=drive_link https://drive.google.com/file/d/18wTvaVLgy15Eji9AxDy0Ti0PtYsCGSOx/view

Hi @wildoctopus The output gives the correct image but the image details are completely destroyed. for example, passing an image of a person wearing a white shirt gives the image...

Hey @arbreezy I am interested in working on this project. My internship with the CNCF landscape project, [keploy](https://github.com/keploy/keploy), has provided me with practical experience in enhancing test coverage. I would...

Hey @dominikbraun, can this be merged ? I want this method more than ever.

@orzel7 did you found a solution for it ?