Andrii Abramov

Results 24 issues of Andrii Abramov

404 link: https://flattr.com/thing/53771/git-flow

- Fixes some typos - Improve translation

Docs: https://core.telegram.org/bots/api#successfulpayment Add declarative handler for successful payments to `com.bot4s.telegram.api.declarative.Payments` like it is done for `com.bot4s.telegram.api.declarative.Payments#onPreCheckoutQuery`.

Allow library users to specify custom labels for `CacheMetricsCollector`. Please upvote this issue if you would like this feature to be merged. --- Let's say we are having k8s cluster...

If PR is merged on github website the author would be something like ``` [email protected] ``` I am not 100% when exactly this happens, but this prefix number is static...

If would we awesome if sbt release process will have additional step with modifying README with latest version before commiting version changes. As an example we can take: https://github.com/bot4s/telegram/blob/master/project/TelegramBot4sRelease.scala

It is more UX improvement rather than bug. If there is an invalid mapping in `docker-compose.yml`, e.g.: ``` volumes: - vol: # NOTE: it should be simply >vol:< services: #...

The following exceptions(s) occurred in the ZIO for IntelliJ plugin: ``` java.lang.ClassCastException: class zio.intellij.testsupport.runner.TestRunnerResolveService cannot be cast to class zio.intellij.testsupport.runner.TestRunnerResolveService (zio.intellij.testsupport.runner.TestRunnerResolveService is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @2b57785b; zio.intellij.testsupport.runner.TestRunnerResolveService...

Previously: ```bash docker run -it curl/curl:7.78.0 -s -L http://curl.se # Unable to find image 'curl/curl:7.78.0' locally # docker: Error response from daemon: pull access denied for curl/curl, repository does not...

Is there any way to automatically convert camel case fields to underscored? For example: ```scala case case Person(firstName: String, lastName: String) object Person { // will be used by format...