Sambhav Gupta

Results 390 comments of Sambhav Gupta

@derberg can you please approve this issue. Here cron jobs is doing work correctly,just an error here is that it is running test on every forked repository also

``` jobs: templates: if: startsWith(github.repository, 'asyncapi/') name: 'Check list of templates' ``` Proposed solution for this

> To be honest I think it is about time to probably remove the whole workflow and related custom action and instead, we should just make sure all templates are...

I would like to work on this one😀

Hey @derberg what should we do with this one???

Yes it is Still it runs the pr check on every forked repo

@magicmatatjahu is there any previous work or PR from which I can better understand about this

just a friendly reminder @magicmatatjahu

@magicmatatjahu need more clarification on these two points - component has registry of extension components, like TwitterExtension - we can add extensions property on the config to the AsyncAPIComponent. It...

>To the AsyncAPIComponent you can pass config property, we need to extend shape (interface) of that property with extensions field so https://github.com/asyncapi/asyncapi-react/blob/master/library/src/config/config.ts#L1 should has additional field: for this I added...