Alexey Romanchuk

Results 7 issues of Alexey Romanchuk

It will be nice to have a Rest API to add repo and get achievements list for user

The current implementation of name resolution relies on the JVM name resolution implementation and in case of temporary DNS unavailability can't establish a connection to a remote host when the...

Tried to use spray client tracing and manually sample/ClientSend/ClientRecieve. Service name always `unknown`.

Unable to compile this: ```scala import emm._ import emm.compat.cats._ import cats._ import cats.data.ReaderT import cats.data.ReaderT._ import cats.std.option._ import cats.std.list._ type E = List |: Option |: ReaderT[Id, String, ?] |:...

It will be nice to specify under which license this code is published. Thanks!

I would like to write my own instances for `Arg`. To do this I need to create instances of `Y`, but `Y` constructor is not exported. Is it any reason...