Tim Ortel

Results 22 comments of Tim Ortel

plugin version: 0.106-2022.1 ### Description The plugin displays an error message on about every action I try to perform. I am running a [rather big project](https://github.com/goblint/analyzer). ` java.lang.RuntimeException: Broken stub...

Is there something I can change in my setup? Maybe I have a wrong Ocaml version?

I have implemented a project that allows you to make GRPC calls from Kotlin Multiplatform code. Check it out if you're interested. https://github.com/TimOrtel/GRPC-Kotlin-Multiplatform

I have implemented such a project on my own. It currently supports JVM/Android and JS and allows you to make grpc calls from your common code. iOS is currently not...

The propagation is now implemented in [this PR](https://github.com/goblint/analyzer/pull/774). However, the actual detection of renames is not enabled nor tested. Right now, only the renamesOnSuccess are propagated.

I do not have time to work on this pull request anymore and I do not want to give the impression that I will be able to work on this...

What are your best practices to reconnect a stomp session right now for ktor (where the multiplatform solution is not yet available)? For example after a lost heart beat.

This happens when you declare your protobuf/grpc dependencies wrongly. A setup that works can be found [here](https://github.com/TimOrtel/GRPC-Kotlin-Multiplatform/blob/master/grpc-multiplatform-lib/build.gradle.kts#L68).