Alex Sokol

Results 59 issues of 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) ![image](https://user-images.githubusercontent.com/46930374/123156456-fa42b200-d471-11eb-8664-a8bfc89b2afc.png)

help wanted

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 ![image](https://user-images.githubusercontent.com/46930374/86224280-59d4ed00-bb91-11ea-88c4-e04237eba390.png) 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...

enhancement

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...

enhancement

Haven't you thought about functionality like this, guys? ![image](https://user-images.githubusercontent.com/46930374/119227317-f55aad80-bb15-11eb-97e4-17c77b4543b0.png) ![image](https://user-images.githubusercontent.com/46930374/119227032-b37d3780-bb14-11eb-8613-4ac787092534.png) 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") {...

enhancement

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...

enhancement

### 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...

enhancement