Carlos Verdes

Results 15 issues of Carlos Verdes

AlpineJS is a super lightweight JS framework tied to the DOM https://alpinejs.dev/ I plan to use Hepek in combination with HTMX and Alpine, having direct DSL support will save lot...

I created an abstraction on top of scala.xml to serve content using ZIO.ZStream, so I can stream results from server instead of loading all content in memory and then flush...

How to reproduce, create a case class with an optional field of type Map: ```scala case class ServerVersion( server: String, license: String, version: String, details: Map[String, String] = Map.empty )...

💎 Bounty

I'm creating a ddd store for Entity and ValueObject. ValueObject will use it's hashcode as key in the store (and I'll manage collisions storing a list instead of a single...

Following the official documentation I can't add this project into my dependencies: ```scala libraryDependencies += "dev.zio" %% "zio-crypto" % "0.0.1" ``` I'm using Scala3 and ZIO 2 I also can't...