Antoine Doeraene
Antoine Doeraene
That's because when you do `"" + html.hello("Hello World")`, you have a `String`, which cask sends back by default as `text/plain`. So instead of wrapping in scalatags (although it works),...
I agree that a Scala-js only template is not that useful (or something very minimal automatically adding the plugin, enabling it and setting the main module intializer to true). I...
Scala(.js) documentation follow the same principles as FP in general: orthogonality and composability. If you don't have any previous knowledge of sbt, it's true that it's very hard to get...
@nafg I agree. I'm not saying it's a good thing. I'm saying that's the state of affairs, unfortunately. Here scala.js assumes that the user knows sbt, and knows what node...
This is actually a pretty good question. I haven't looked at theming myself already. I myself is really not in position to create any custom theme, so I just go...
Small trivia that I just discovered (and actually don't see where it's documented), but if you put the css class `ui5-content-density-compact` on the element surrounding your SAP app, then everything...
Hello, Thank you for reporting this. Reducing getting started friction is obviously something I can't ignore! I think you are right that we too often end up having too many...
I have personally never done that kind of "trick", and certainly I don't remember that I used `observe` in the past. For what it's worth, if I had to implement...
(Random comment: this will work with ZIO 2.x. You need to adapt the `Unsafe` shenanigans if you still use ZIO 1.x.)