Manuel

Results 242 comments of Manuel

Sadly, we are blocked by .NET on this one: https://github.com/dotnet/runtime/issues/1979. TLS 1.3 is not yet supported on macOS

Usually, services with the same name are separated by using a different package (=namespace): https://protobuf.dev/programming-guides/proto3/#packages Have you tried using two separate Kreya importers to import you services?

Currently, there are three ways to open recent projects (all of which open in a new window, in a completely separate process): - Via quick actions - Via menu: Kreya...

We will look into this, seems to be a Linux specific problem

`kafkajs` probably relies on some node.js APIs that we do not support. As for executing an external script, we are thinking about this, as it has been requested more than...

Hello! Just to be clear, does your gRPC method accept `google.protobuf.StringValue` as the input message? Meaning the declaration looks something like the following? ``` rpc ListSomething(google.protobuf.StringValue) returns (google.protobuf.Empty); ``` This...

`"test"` is valid JSON, just not a JSON object. As you said, this is a too strict input-check on our side, which we will fix.

For ARM processors, that should be https://stable-downloads.kreya.app/1.17.0/Kreya-osx-arm64.zip

Yes, showing the "final" or "combined" URL is probably a good idea