Pedro Ramos

Results 101 comments of Pedro Ramos

By the way, in order to implement the creation of glee projects, I was considering the option of using the `create-glee-app` command inside the code, but not sure whether that's...

@Souvikns I'm not really sure about how should be the strategy in terms of templates organization 🤔 Maybe @fmvilas or @jonaslagoni could have some suggestions about it 💭

> Is there anything else preventing this Pull Request from merge? Yeap, first we need to implement a solution to support different versions of generator in the CLI: https://github.com/asyncapi/cli/issues/1388. Once...

Still relevant. @derberg I guess this could be merged since https://github.com/asyncapi/cli/pull/1513 has been already released.

@KhudaDad414 @SrijanShovit Working fine for me after following those steps 👍 (Glee version tested: 0.26.0)

> It is giving this error now Still getting the same error. Seems like there is some conflict at `sendTrigger` operation when parsing the spec file 🤔 ![image](https://github.com/asyncapi/glee/assets/81691177/0e66b698-9b9a-43ae-bf32-ce1bc0bb5743) Glee version...

@KhudaDad414 Great! Let me change the `sendTrigger/messages` then 👍 I guess the asyncapi file @utnim2 has been using is the following one: https://github.com/asyncapi/glee/blob/ed66e843ea1305a5823f7e4bd98503b57dd72607/examples/http-test/asyncapi.yaml#L49

@KhudaDad414 Working correctly now after changing the operation messages as you mentioned above. I've opened a PR to fix that issue: https://github.com/asyncapi/glee/pull/805

@KhudaDad414 Do you think this is still relevant considering the [updated documentation](https://github.com/asyncapi/glee/blob/master/docs/pages/function-lifecycle-events.md#list-of-events)? 🤔