Results 57 issues of Daniel Esik

Closes #654. Transferred from https://github.com/http4s/http4s/pull/6387.

module:http4s-blaze-client
series/0.23

``` ==> X org.http4s.blaze.channel.NIO1ChannelSuite.Execute shutdown hooks 0.013s munit.ComparisonFailException: /home/runner/work/blaze/blaze/core/src/test/scala/org/http4s/blaze/channel/ChannelSuite.scala:75 74: } 75: _ Obtained 0 => Diff (- obtained, + expected) -0 +1 ``` https://github.com/http4s/blaze/runs/4601644291?check_suite_focus=true#step:6:186

CI

It turns out, the default `munitExecutionContext` is [parasitic](https://github.com/scalameta/munit/pull/134#discussion_r429863233), so that could lead to [deadlocks](https://github.com/typelevel/munit-cats-effect/pull/65#issuecomment-762952314) in some cases. Using that EC as default might be reasonable. But from my way of...

I find this method extremely helpful in my day job. And since there is `List` syntax, it seems natural for me to have this method added.

enhancement

There are a bunch of different syntaxes in the `mouse` - for boxed primitive-like data types (`Int`, `Long`, `Boolean`, etc), for collections (`Map`, `Set`, `List`, etc), for nested things (`F[Either[A,...

RFC

The default behavior of the plugin implies that caches for all SBT projects exist for applying and throws an exception if cache not found. For [multi-project builds](https://www.scala-sbt.org/1.x/docs/Multi-Project.html), it means adding...

Examples in the [README.md](https://github.com/http4s/http4s-armeria/blob/main/README.md) are stale a bit since the main is based on Cats-Effect 3 (and probably contains some other changes).

documentation

- Scala version: `2.13.11` and `3.3.0` - wartremover version: 3.1.3 (more precise on the [current](https://github.com/wartremover/wartremover/commit/8fcd3151f8ff9a3db1fffd86f0c3328b72d9c168) `master`) Hey there. I found that `org.wartremover.warts.ForbidInference` behaves differently for Scala 2 and 3 with...

It appears that this scaladoc is completely outdated. But it's intended to be frequently peeked at, so let's at least refresh it.

docs
module:client
series/0.23