Niklas Klein
Niklas Klein
The loader is currently only capable of loading HOCON files from the classpath resources. It should be more broadly applicable allowing to load arbitrary paths and formats. While the current...
GraalVM 21.1.0 has just been released, but my builds are failing unfortunately. ``` Error: Detected an instance of Random/SplittableRandom class in the image heap. Instances created during image generation have...
```scala import slinky.core.Component import slinky.core.annotations.react import slinky.core.facade.ReactElement sealed abstract class Dimension object Dimension { final case object `8x24` extends Dimension } @react class MyComponent extends Component { override type Props...
I'm using a [custom skunk `Session` builder](https://github.com/taig/sql-ext/blob/main/modules/skunk/src/main/scala/io/taig/sql/ext/skunk/UnixSocketSession.scala) to connect to Postgres via Unix Sockets on Google Cloud Run. Dumbo unfortunately doesn't expose a way to run migrations with my own...