Balázs Édes

Results 17 comments of Balázs Édes

@fmvilas I see this example in the issue you mentioned: ```yaml asyncapi: 3.0.0 channels: userSignedUp: address: user/signedup message: payload: type: object properties: email: type: string format: email operations: sendUserSignedUpEvent: channel:...

This is a very good question, I was wondering about the $ref field too. OpenAPI has the same issue with Operation Objects. Could we either - Remove the $ref field...

Here's a small demo of what I mean: ![repro](https://user-images.githubusercontent.com/3879181/54911268-ff58d580-4ee5-11e9-9cae-81aa7d65c7bb.gif)

@rfgamaral I might have chosen the wrong words when saying autocomplete is not working. From a developers point of view these are the 2 options: 1.) (Old) Start typing a...

Right, the issue you mention is absolutely valid, we ran into it a few times as well. However in my opinion it's something that can be easily avoided with a...

So I think the initial comment suggesting OpenAPI/Swagger support websockets is a bit misleading in my opinion. There is still no official schema for it (You can do it using...

Thanks @kumarharsh that got me one step further. Now when I restart the IDE and open a .gql file I get this: ![screen shot 2019-01-24 at 11 23 57](https://user-images.githubusercontent.com/3879181/51675027-63d0e480-1fca-11e9-8b48-086ef6d15bec.png) But...

Same error after a `watchman shutdown-server`. Any way I could debug it? I'm not too familiar with the vscode plugin infrastructure.

@sdgluck any idea how we should go about this? I don't think this should live in this repo, but it would be nice to have this (among other things) tested...