Fran Méndez

Results 452 comments of Fran Méndez

@mario-guerra just writing to let you know that I'm available to help moving this forward. From understanding the spec inside out to getting in touch with implementers so they can...

Can we come up with a list of all the existing commands and make a list of how they would look like?

> Isn't that case covered [here](https://github.com/smoya/cli/blob/d57655b0e27a1009f6123427680710f962c4a11d/src/base.ts#L87)? Or should we add another specific case or condition for CI? Nope. That's not to pollute metrics when we run `npm test`. We should...

Yeah, I'd say this is one of the most powerful use cases. This would help people make sense of their EDA. Most of the time, the biggest concern people find...

> @fmvilas For the private Github URL should be in this format: like https://api.github.com/repos/AayushSaini101/AayushSaini101/contents/user-signedup.yaml, not direct URL like we simple copy the path of the URL from the private repo,...

> @fmvilas User need to provide the direct valid url in the asyncapi spec that it https://api.github.com/repos/AayushSaini101/a-repo/contents/asyncapi.yaml , so that it would be easy to direct authenticate without chaning in...

> For every private URL that the user passes in the Asyncapi document has to be normalised in the particular format in order to fetch the information properly, in order...

@AayushSaini101 let me know if you need guidance.

> The code looks fine to me. Just wanted to know the use cases for this (is it just limited to github private repo). To clarify, this is not just...

Hey @timonback! I was just reviewing this PR and there's something I don't understand. You got a channel reference like this: ```yaml channel: $ref: #/components/channels/queue-update_id ``` But this definition is...