Jonas Lagoni

Results 491 comments of Jonas Lagoni

@tiliev I ended up using the regular `IConnection` interface and created the `IJetStream` connection, then before publishing messages I just manually called the serialization functionality. Same when receiving any data,...

Cant help you much with dart unfortunately... Maybe try and reach out on the AsyncAPI slack channel #tooling

You are right @sagarkori143 👍

https://github.com/jsontypedef still gets updates, so I am sure it is just a fluke 😄 So yea I would say it is 👍

@wiegell thanks for opening the issue! As I am not that well versed in Go, hope you don't mind answering some questions 😅 Is it ALL types that just need...

@arthurspa @wiegell @zekth In Modelina v2, the constraint logic now have access to nullable and non-required fields, so all we have to change is: https://github.com/asyncapi/modelina/blob/master/src/generators/go/GoConstrainer.ts You can use the Java...

So you dont just want the bare configuration for a Glee project to be setup alongside the AsyncAPI document, you actually want it to implement business logic @fmvilas? 🧐

We need to adapt the spectral rules to solve this issue. Here is how: - Use the v2 rule that does this for AsyncAPI v2: https://github.com/asyncapi/parser-js/blob/0a765c1ed46af605707d9e37f71d76192b950602/src/ruleset/v2/ruleset.ts#L69 - Add it to...

@GreenRover was this something you would like to champion?