Sergey Zavgorodniy

Results 4 issues of Sergey Zavgorodniy

Background: I hadn't enough space to do btrfs balance, so I added my old drive to the filesystem, and that drive was crushed with hardware errors in the middle of...

Previous polyfill added enumerable property to global array prototype and broke all "for .. in" cycles

This is IE10 compatibility fixes. Updated Array polyfills. Added Object.assign polyfill Replaced ES6 global Map (Problem can be fixed by heavy polyfill, but with one-time usage Map can be easily...

SetOption throws KredsRedisDataException every time I use ULong options. Example: ``` newClient(Endpoint.from("127.0.0.1:${redis.firstMappedPort}")).use { client -> client.set("key", "val", SetOption.Builder(exSeconds = 30u).build()) ... ERR syntax error io.github.crackthecodeabhi.kreds.protocol.KredsRedisDataException: ERR syntax error at app//io.github.crackthecodeabhi.kreds.protocol.CommandProcessor.decode(Command.kt:69)...

bug