Adam Warski

Results 99 issues of Adam Warski

This is probably a large issue, with multiple improvements that can be done. For example, when removing the `given Print[Int] = _.toString` from the readme example, the error message is:...

scala3

Mirrors give us a lot "for free", but I think we could do just as well without them (that is, give the same user experience & performance), while additionally supporting...

scala3

For sure this includes union types and opaque types.

scala3

``` case class Test[T](a: T, b: Int) Test("1", 1).modify(_.b).setTo(10) ```

Currently autowire works only for `IO`. It would be great if it would: (a) work for any `F[_]` (b) verify (if at all possible?) that all passed effects/factories/resources use the...

autowire

Using `PrometheusMetrics[IO]` as a dependency causes problems when compiling bootzooka: ``` [error] Error while emitting Dependencies.scala [error] value x$2 [error] one error found ``` As a work-around, the dependency is...

bug
autowire

Sometimes if you forget to add a dependency to autowire's parameters which needs manual creation you get errors such as a missing `String` dependency (if a `String` is needed to...

autowire

So that the jar and sbt dependency are more readable, e.g. `macros-auto-cats`

autowire

Citing @mbore: > Actually I'm still not sure if we want to support no parameters constructors. It may cause difficult to debug mistakes like "forgot to pass filled config", for...

autowire

autozio! :) We should return a `ZManaged` as the result.

autowire