You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, this project is really interesting, and has given me a lot of new ideas for the TS kafka streams port. Could you provide a simplified example or description of how you use the lib. You mentioned in another issue that you feed monaco with it. What does that mean in practice? Do you mean microsofts in-browser editor?
We develop with WebStorm and VSCode both, so I'm hesitant about creating two plugins. A build job might work for us though.
The text was updated successfully, but these errors were encountered:
Hi @Tapppi - sorry just saw this issue. Yes we use the Monaco component in browser. It's quite easy from there to inject generated types from URL hosted Avro schemas. Monaco allows you to create "resources" that align to the import URL in the code.
For your NodeJS/TS port of Kafka Streams, will that be OSS? Are you working with Confluent? It's something we've suggested to them in the past.
spaghettifunk
pushed a commit
to pandorascloud/avro-typescript
that referenced
this issue
Apr 12, 2020
Hey, this project is really interesting, and has given me a lot of new ideas for the TS kafka streams port. Could you provide a simplified example or description of how you use the lib. You mentioned in another issue that you feed monaco with it. What does that mean in practice? Do you mean microsofts in-browser editor?
We develop with WebStorm and VSCode both, so I'm hesitant about creating two plugins. A build job might work for us though.
The text was updated successfully, but these errors were encountered: