Results 57 issues of Daniel Esik

This issue is a kind of help-wanted or feature-request, rather than a signal of some problems with Steward itself. Is any mechanism for forcing updating dependencies in the project, not...

docs
module:core
series/0.23

This addresses #6561. The whole point is that `Charset` isn't typeclass, so it shouldn't appear in implicit scope. Though this breaks binary compatibility, this was aimed to don't fail compilation...

RFC
breaking
module:core
module:client
module:dsl

This is a follow-up to a started discussion in https://github.com/http4s/http4s/pull/6528#discussion_r928091805. Since `Charset` isn't a typeclass, using it in implicit scope isn't that accurate. Though I haven't any ideas besides moving...

RFC
breaking
module:core

This tackles https://github.com/http4s/http4s/issues/5259

breaking
module:core

This is a follow-up from https://github.com/http4s/http4s/pull/6325. Ross made a [proposal](https://github.com/http4s/http4s/pull/6325#pullrequestreview-951279467) that we can don't create `Ref` in a case when the request/response body isn't streaming. One should keep in mind,...

good first issue
module:client

In the "0.22.x" and "0.23.x" series `Origin` header still supports multiple origins, so that's why the `Access-Control-Allow-Origin` header does it as well. That behavior has been changed in the 1.0...

module:core
module:server
module:laws
series/0.23

Fixes [#12628](https://github.com/scala/bug/issues/12628). If this will be merged, It'd be cool to get ported to 2.13 too.

This is a follow-up to the Discord [discussion](https://discord.com/channels/632277896739946517/632278585700384799/977633287801557103). All credits to Daniel.

:books: docs

For example, type 'cats' in the dependency search bar, and then choose version 2.1.1. The result is: ```scala sbt.librarymanagement.ResolveException: Error downloading org.typelevel:cats_2.12:2.1.1 Not found Not found not found: /home/sbtRunnerContainer/.ivy2/local/org.typelevel/cats_2.12/2.1.1/ivys/ivy.xml not...

bug
duplicate