Wesley Hartford
Wesley Hartford
I'm running into this issue running dukat against `@types/google-protobuf`. The following two functions from the `Message` class produce kotlin code which does not compile: ``` serializeBinaryExtensions( proto: Message, writer: BinaryWriter,...
Ahh, thanks, I missed that part of the docs. I tend to stick to Javadocs as I'm coding and use the docs you linked to more as a general guide...
I am having the same experience. Lemur is running in a Kubernetes cluster, trying to deploy to the same cluster. The SFTP destination is working, but I get no feedback...
I took a closer look at the Kubernetes plugin code and there are some pretty serious issues with it, mostly related to incompatible types. I'm not a python expert, but...
@aaronmell The problem with the Kubernetes plugin should be fixed by #2219 and further improved by #2229. If you still have any interest in Lemur & Kubernetes, I would love...
I would love this feature, but I don't think that this is the appropriate project to implement it. This generates a Kotlin flavour of the gRPC services. What you're discussing...
We're early in our adoption of gRPC, but are planning on using gRPC-web at some point in the future. If we can do more of that in Kotlin rather than...
My opinion is that if an extension hangs the browser, it is an issue with the extension. If a user is aware that they are going to be getting a...
I've verified that I still experience this issue with the latest versions of Kotlin (1.7.10) and coroutines (1.6.4).
I've created a repo with a full project to reproduce the issue here: https://github.com/wfhartford/kotest-hang-3759