Andrey Bushmin

Results 14 comments of Andrey Bushmin

kubernetes-server-mock doesn't support label selector with `In` requirement. Related issue: https://github.com/fabric8io/kubernetes-client/issues/4113

For the parsing new AttributeType's in io.fabric8.kubernetes.client.server.mock.KubernetesAttributesExtractor#extractLabelSelector I see two ways: Just splitting by comma doesn't work anymore 1) but it's possible to use some hacks, e.g.: ```java String labelSelector...

Hi @rohanKanojia I've made a PR https://github.com/fabric8io/mockwebserver/pull/74. Maybe you could make a code review or ask someone to do it?

not exactly. New labels doesn't support in https://github.com/fabric8io/kubernetes-client/blob/main/junit/kubernetes-server-mock/src/main/java/io/fabric8/kubernetes/client/server/mock/KubernetesAttributesExtractor.java#L270-L315

> * by default, make libroc printing logs to android log; something similar to [Use standard Java logger by default  roc-java#3](https://github.com/roc-streaming/roc-java/issues/3) https://github.com/roc-streaming/roc-droid/issues/48 > * it would be useful to add...

Hi, yeah, of course 😄

splashscreen isn't used now. And splash_anim.gif was deleted. Please rebase on freshly main :)

here https://github.com/roc-streaming/roc-droid/blob/main/app/src/main/java/org/rocstreaming/rocdroid/SenderReceiverService.kt#L243-L252 protocol is hardcoded for LDPC need to use other protocols https://javadoc.io/doc/org.roc-streaming.roctoolkit/roc-android/latest/index.html > LDPC-Staircase FEC encoding (RFC 6816). Good for large block sizes (above 1024 packets). Compatible with [RTP_LDPC_SOURCE](https://javadoc.io/static/org.roc-streaming.roctoolkit/roc-android/0.2.1/org/rocstreaming/roctoolkit/Protocol.html#RTP_LDPC_SOURCE)...

Need to edit existing one, e.g. https://github.com/roc-streaming/roc-java/blob/21342c2325582c960c5980f94603d1c00c9e8247/roc_jni/src/main/impl/receiver.c#L57-L60 machine generated - it's only header files, no need to touch them in this task