Niklas Klein
Niklas Klein
@intrications It stopped working because JitPack encountered a build failure. It does not have the build tools 23.0.0 rc3 (anymore?). Could you please update to a stable build tool version?...
I just want to confirm that the solution shown by @yayaa works really well to extract the orientation from the image and then rotate it accordingly!
Explicitly disabling the javascript modules should solve that: ```scala unidocProjectFilter in ( ScalaUnidoc, unidoc ) := inAnyProject -- inProjects( i18nJS, schemaJS ) ```
After adding the option to my build, the native-image generation passed without issues again and the executables are doing fine in production. As this is a Scala-related issue, this project...
Yes, indeed. Sorry, I got too inspired by a similar issue here. The actual problem is the implicit materialization of the `Provider`, i.e. explicitly writing out the `ComponentWrapper` will have...
Static export for app directory just landed in canary https://beta.nextjs.org/docs/configuring/static-export
I went with the first option when I was facing the same issue in Scala land. Since the protocol wasn't really specified anyway, I decided to use an echo app...
@bryanjos Feel free to have a look at my Docker/CircleCI configuration: https://github.com/taig/akka-http-phoenix