Marco Ferrer

Results 18 issues of Marco Ferrer

This is the tracking issue for https://github.com/marcoferrer/kroto-plus/pull/13 Originally work on this feature was blocked due to a bug with the ```@SerialInfo``` annotation in the kotlin serialization native runtime. It looks...

enhancement
protobuf
multiplatform
design-discussion

Using a gradle plugin we can remove to need to provide a configuration file to ```protoc-gen-kroto-plus```. This would make it a lot easier to configure options and allow the configuration...

enhancement
config
gradle

It would be beneficial to users if they were able to enable log output when debugging issues with coroutines. One of the main reason this was avoided initially was because...

Several cases have come up where users have wanted to be able to destructure message with the familiar kotlin syntax. Although this is highly requested it doesn’t come for free....

Details to come https://github.com/Kotlin/kotlinx.serialization https://github.com/Kotlin/kotlinx.serialization/issues/34 --- This change is [](https://reviewable.io/reviews/marcoferrer/kroto-plus/13)

wip

Currently server implementations use server handler builder to process incoming calls using the existing stream observer api. This requires a lot of adapter code just to map coroutine behavior to...

enhancement
grpc-coroutines

gRPC java is heavily instrumented with [PerfMark](https://github.com/perfmark/perfmark). It would be useful to integrate specific sections of the coroutines API internals. There might be some difficulties involved since perf mark relies...

It would be really useful to be able to configure what `CoroutineStart` strategy is used for invoking rpc methods. The most straight forward approach is to introduce a new field...

Hi there. I know this project is primarily targeting java, but I was interested in using it with Kotlins Coroutines (Fibers). One thing holding me back is that suspending methods...