Pavel Chlupacek

Results 8 issues of Pavel Chlupacek

`lookahead` codec should not be encoding the value, instead it shall only decode true/false. Currently lookahead codec encodes whatever codec is passed to it.

bug

Current version of Scalacheck when using the Properties("") helper is suffering from deadlock as documented in https://issues.scala-lang.org/browse/SI-7646 or http://stackoverflow.com/questions/15176199/scala-parallel-collection-in-object-initializer-causes-a-program-to-hang It seems that making the tests to extends DelayedInit (deprecated) is...

Peer Review

Current implementation used incorrect check for available bytes in media URL input stream. This fixes that issue that cause to be unable to load resources form network (http/https) URLs.

Cassandra java driver has quite freaking concurrency model. Perhaps we can do better with ByteVector codec for cassandra protocol and own connection // concurrency model. This is to explore if...

enhancement

**Describe the bug** When local kube api server fails, KubeVIP is not removing VIP address from BGP advertisements. **To Reproduce** Steps to reproduce the behavior: 1. Start fresh kubernetes HA...