seed icon indicating copy to clipboard operation
seed copied to clipboard

Build tool for Scala projects

Results 24 seed issues
Sort by recently updated
recently updated
newest added

Feature request: I want Seed on AWS Lambda, Seed can compile to Native and Native on AWS Lambda is fast to load from cold start. References from Quarkus https://quarkus.io/guides/amazon-lambda https://github.com/marcinczeczko/quarkus-lambda-native...

Boxed error when ./seed bloop ``` Exception in thread "main" java.util.concurrent.ExecutionException: Boxed Error at scala.concurrent.impl.Promise$.resolver(Promise.scala:87) at scala.concurrent.impl.Promise$.scala$concurrent$impl$Promise$$resolveTry(Promise.scala:79) at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284) at scala.concurrent.Promise.complete(Promise.scala:53) at scala.concurrent.Promise.complete$(Promise.scala:52) at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:187) at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33) at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) at...

bug

If I add this to a script seed (chmod +x) and place in PATH then I run seed run example:js It does not work. To explain what it does do,...

Java 9 modules place certain information into a JAR to express this new module standard, does seed automatically output Java 9 module JARS? Or is the module concept only between...

Can this support scala 3?

enhancement

1. Allow generating a separate file for libraries vs. application 2. Add an npmDeps setting 3. Support setting bloop JS module kind to commonjs so `@JSImport` works 4. Generate package.json...

I _think_ that what needs to happen is for something to pull in https://mvnrepository.com/artifact/com.typesafe.play/twirl-compiler_2.12/1.4.2 and call https://github.com/playframework/twirl/blob/master/compiler/src/main/scala/play/twirl/compiler/TwirlCompiler.scala#L177 ?

I really like Seed (although I can't use it without #18), however I'm not sure I can use it with TOML. Especially with #18 and #19 the configuration forms a...

enhancement

In the Scala community, it's more than common to see a nice markdown->html microsite for nice libraries/tools. Since the README is so fleshed out, it would make sense as a...

I've noticed there's a lot of `.distinct` action going on at various stages where dependencies or settings are being merged. As these properties are unique by nature it would make...