Fabio Epifani

Results 7 issues of Fabio Epifani

Hello, I'm interested in using this project, but there are still some obscure undocumented aspects. The first one is the `schedule` method in the `RefreshTokenStorage`. Can you please clarify what...

Hi, and thanks for your great effort. I'm working on revamping this project https://github.com/epifab/tydal (a typesafe SQL DSL for Postgres) for Scala 3, effectively ditching things like shapeless. One of...

Scala version: 3.1.0 Slinky version: 0.7.0 ```scala object MyComponent extends ExternalComponentWithRefType[js.Object]: case class Props( p1: js.UndefOr[Int] = js.undefined, p2: js.UndefOr[Int] = js.undefined, p3: js.UndefOr[Int] = js.undefined, p4: js.UndefOr[Int] = js.undefined,...

bug
scala3

This could probably be replicated without using scalacheck, my theory is that it blows up the `DiffUtils` with some non-printable characters. ```scala import org.scalacheck.{Arbitrary, Gen} import weaver.scalacheck.* import weaver.SimpleIOSuite object...

When `UnknownErrorResponse` is raised, I have no way to tell what request was it about. It'd be great if some details were included - the requested uri would be a...

Hi, What is the canonical way to terminate the `RedisWorkerIO` actor? If I shutdown the actor system, then I get the following error: `[akka.actor.ActorSystemImpl(default)] Outgoing request stream error (akka.stream.AbruptTerminationException)` Many...

I get this this error when I run `npm run build` (`tsc && vite build`), is this expected?