Edward Samson
Edward Samson
I have **sbt** configured to use proxy repositories as described in the [Proxy Repositories doc](http://www.scala-sbt.org/0.13/docs/Proxy-Repositories.html). However, when I use **cs**, only the repositories defined in the launchconfig are used. Can...
I get this error when using HiveSink to write to a Hive table with a `MAP` column. ``` java.lang.RuntimeException: Unsupported hive type [map] at scala.sys.package$.error(package.scala:27) at io.eels.component.hive.HiveSchemaFns$.fromHiveType(HiveSchemaFns.scala:56) at io.eels.component.hive.HiveSchemaFns$.fromHive(HiveSchemaFns.scala:25) at...
As discussed in [zulip](https://kroki.zulipchat.com/#narrow/stream/232085-users/topic/PlantUML.20default.20style): Provide configuration to specify default content to be included before each PlantUML diagram. This allows for providing a server-wide style to be applied to all diagrams.
Is it possible to run as a different user? One example where I've seen it done is in the [paperless-ngx docker-entrypoint.sh](https://github.com/paperless-ngx/paperless-ngx/blob/8da3ae2c539266d96c8885964f07bf34c69d73c4/docker/docker-entrypoint.sh#L36-L47).
## Expected behaviour Following [Docker Image Build Settings](https://sbt-native-packager.readthedocs.io/en/stable/formats/graalvm-native-image.html#docker-image-build-settings), `sbt 'show GraalVMNativeImage/packageBin'` should work on systems with SELinux enabled. ## Actual behaviour > Error: Main entry point class 'foo.bar.Main' neither found...