Per Wiklander
Per Wiklander
Ok, good to have the background info. I ended up using SchemaUtils.applyScript with a copy of the schema with variables for the schema and table names (from application.conf). But if...
Hold on, I have a license for Akka and I want to use tapir-akka-http-server and Scala 3. Is this never going to be possible, or is there some sbt magic...
I tried. Unfortunately Akka Http has drifted a bit (we are on 10.6.1) so I had to port `sttp.tapir.server.akkahttp`. I had to fix `AkkaServerRequest.headers`. `Content-Length` and `Content-Type` have private constructors...
Any updates on this? Is it included in the upcoming 1.0 release?
Sorry for maybe raising the dead. My understanding is that we have: Two kinds of projects: 1. A tool that creates a ui-lib from a component spec + some extra...
This: "If you meant this as a way to support multiple ui-libs – then yes, we'd need something like that. In that case, I think each ui-lib should exist in...
> I plan to eventually implement ScalaTags-like rendering functionality for Laminar on the backend. It won't directly support reactive stuff (anything with Airstream or anything with ``), Would it be...
Other use cases: - Extracting dependencies for web components and adding them to ``. - Checking that needed dependencies, like css classes, exists.
Thanks, that was what I was looking for. This is for my Scala 2 code base. In Scala 3 I will use normal opaque types (with the help of https://github.com/kitlangton/neotype).
Btw, will opaque types just work? If they are subtypes of their wrapped types.