Ivan Konev
Ivan Konev
Please add supporting template cache for Hazelcast or any in-memory database. It is exactly needed!
Hi! We urgently need to index all inherited tables by parent - tell me what to do for this?
We can use annotation to insert value in function: ``` data class Doc( @Id id: Long, english: String, @Fun("translate('french', english)") french: String ) ``` > in annotation Fun("translate('french', ?)") we...
hello! can you publish security configuration to central maven? me need for project :)
after one gaming and exit i cannot sit to lobby, only see: Loading Game...
Routing
Can the more best way of this code? fun router() = router { GET("/{a}", proxyHandler::redirect) GET("/{a}/", proxyHandler::redirect) GET("/{a}/{b}", proxyHandler::redirect) GET("/{a}/{b}/", proxyHandler::redirect) GET("/{a}/{b}/{c}", proxyHandler::redirect) GET("/{a}/{b}/{c}/", proxyHandler::redirect) GET("/{a}/{b}/{c}/{d}", proxyHandler::redirect) GET("/{a}/{b}/{c}/{d}/", proxyHandler::redirect) GET("/{a}/{b}/{c}/{d}/{e}",...