Leon Kiefer

Results 265 comments of Leon Kiefer

I really like the idea of this issue. This will solve the spread out behavior of default scheduler when there is are continuously added new pods but there is much...

Thanks for the fix, will this be part of the next release?

how can I get all the ThreadLocals I need to propagate in kotlin coroutines to make the context propagation work with kotlin coroutines? Or is there something else I need...

You mean the remote id is 26 bits for TUBE instead of the 24 bits of the normal RTS protocol? Currently the 24 bits are send in 3 * 8...

You can change the timings here in the code: https://github.com/Legion2/Somfy_Remote_Lib/blob/7b0c2f73401c623dba3ec3d004f547355af234f4/src/SomfyRemote.cpp#L76-L106

The toolkit can be used with kotlin 2.0 and 2.1. We are using it with these versions and do not have problems.

I created https://github.com/voize-gmbh/reakt-native-toolkit/pull/95 which works with kotlin 2.0 and ksp2 in the example project

See version 0.21.3 https://github.com/voize-gmbh/reakt-native-toolkit/releases/tag/v0.21.3

Only adding the JSType annotation, will not help here, because this currently only works with well-known types such as date. And there are only a small number of combinations which...