Hamed Yousefi

Results 7 comments of Hamed Yousefi

Hi @avelino a friendly ping :1234:

> Hey, hope you are doing well, is there any update on a realistic example ? > > Cheers Hi, I will try to add more examples of the Gowl...

@avelino @phanirithvij @sashamelentyev could you please check my PR? :pray:

@avelino @phanirithvij @sashamelentyev I wonder what is your flow for choosing the PRs and review them. I have sent this PR more than a month ago and no one reviewed...

@avelino @phanirithvij @sashamelentyev Why?!!!!! FU and your repo, I would never send any PR to this crap. My PR has been closed without even mentioning the reason. I won't never...

Hi @RobinHeitz, The Graph interface has generic parameter type `T` constrained by the `comparable` constraint. https://github.com/hmdsefi/gograph/blob/ba840a185f3bcd39a14dccf64d36b65db663392a/base.go#L10 The comparable constraint means T must be a type that supports equality operations (==...

@RobinHeitz You don't need to implement iterator for your struct(`MyStruct`). You can use the BFS iterator from the `traverse` package. You can check the README here: https://github.com/hmdsefi/gograph/tree/master/traverse In `traverse` package...