Sam

Results 67 issues of Sam

This requires some clean up and is pretty basic at the moment. But tl;dr ```kotlin data class Person(val name: String) val p = Person("sam") class PropertyTest : FunSpec({ test("foo") {...

stale 🏚️

Fixes #3340

pinned 📌

enhancement
pinned

enhancement
pinned

#### Current Behavior We are seeing that AWS elasticache redis is reporting connections are being made constantly. ![image](https://github.com/redis/lettuce/assets/743706/ed8b627d-fda7-42d6-a420-d9a1cdbe379c) The slight peaks in that chart are the periodic refreshes we have...

Thread to contain some ideas for what we should change / add to 6.0 **Breaking** * [Disable classpath scanning by default for extensions](https://github.com/kotest/kotest/issues/3895) - this causes slowdown at startup and...

maintenance 🔨