Narek Asadorian

Results 4 issues of Narek Asadorian

When overriding the resolvers used by `sbt-scalafix`, we use the `scalafixResolvers` key to specify custom (internal corporate) resolvers. The types used by this key are different from SBT's Resolver class...

I noticed that the distinct implementations in cats data types are using on Scala's `TreeSet` and the `Order` typeclass. But what about a purely functional set based on `Eq` using...

cc @ChristopherDavenport http4s has a `GZip` middleware which compresses responses as `gzip`, but does not have a `gunzip` dual. I propose to implement a Gunzip middleware using the `fs2` utilities...

enhancement
module:client
module:server

#### Problem I'm a Rust developer coming to Solana from the EVM. My first experiences trying to use the CLI for SBF compile/test have been unsuccessful because I use the...

community