Alex Sokol
Alex Sokol
Generics now are more meaningful, and redundant generics were removed
Please provide DSL markers to prevent such cases (title should not be accessible within a `contract` block implicitly) 
I am making DSL for your framework and when I'm trying to make wrapper function the method and getting an internal JVM exception cause of invalid bytecode generation  I...
For strings that contain patterns, it would be useful to have functionality that recognises such strings and forces you to write .format with all passed arguments (type-safe) for formatting. This...
Sometimes it can be useful to get resources from common code. For such situations, a special type can be provided which will have no meaning in the common code, but...
Haven't you thought about functionality like this, guys?   It would be useful in cases if the required attribute is not present in lib ('crossorigin' for example) or in...
How can I request image with Telegraff ?
I want to make something like: ```kotlin val defaultHandlers = handlers { this: Dispatcher command("start") { ... } command("menu") { setHandlers(menuHandlers) } } val menuHandlers = handlers { command("deposit") {...
Refs to #98, message that is in a media group, contains media_group_id parameter. If bot received media group, then there are some messages with same media_group_id in updates. I want...
### Goal or desired outcome of this feature I have a Kanban board with my "life progress". There are all actual, postponed, etc cards (tasks). When I am planning a...