NTPape

Results 5 issues of NTPape

Implement support of focusing into case classes with implicit parameters. Introduce more specific error cases when trying to focus onto non-case fields, or when trying to focus on a case...

Hello there! Compilation of the following code will fail ``` import monocle.Lens import monocle.macros.GenLens trait Foo[T] trait Bar[T] case class A[T: Foo](s: A.S[T]) { private val lens: Lens[A.S[T], Bar[T]] =...

bug

### Using a supported version? - [X] I have searched searched open and closed issues for duplicates. - [X] I am using Signal-Desktop as provided by the Signal team, not...

Bug

Updated (almost) all dependencies to their latest versions. Kept Scala 2.13 for now, although Scala 3 would also work.

`specs2-html` currently copies all of its html resources (41 files) for each specification (executed with html output), reading and traversing the `specs2-html.jar` four times in the process, overwriting its own...

area: cicd
Stale PR