Sergey Bulavskiy
Sergey Bulavskiy
Hello! Dependencies: ``` exposedVersion=0.38.1 implementation("org.jetbrains.exposed:exposed-core:$exposedVersion") implementation("org.jetbrains.exposed:exposed-dao:$exposedVersion") implementation("org.jetbrains.exposed:exposed-jdbc:$exposedVersion") implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion") implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion") ``` I have a simple transaction: ``` return transaction { val nowLocal = now.toLocalDateTime() var user = User.find { Users.telegramId eq...
After update to latest AppMetrics nuggets, our tag names became lowercase, when they were using uppercase. This led to creating different tag - Previously (taken from /metrics) `application_number_of_pics{isActive="False"...` After `application_number_of_pics{isactive="False"...`...
Hello Anthony, First of all i want to thank you for your incredible library, which drastically improved my experience with Salesforce API, it is trully remarkable that you did it...