bwbecker

Results 28 comments of bwbecker

What's the status of using CBT with Play? Is there an example someplace? I'd love to ditch SBT and give CBT a try!

In preparing a pull request, I discovered that the above does not work. It generates the jar file but when trying to run it, java complains that the manifest is...

I'm an Akka newbie looking at the documentation on https://doc.akka.io/docs/akka-http/current/introduction.html?language=scala#. Agreed that waiting for the user to hit enter on StdIn is not ideal and a pointer to better approaches...

PS: At the time this was submitted, the akkaVersion was 2.6.19. Running on an up-to-date MacBook Pro (m1 processor). SBT was installed with homebrew

I've noted the same issue but hadn't yet reduced it down to this succinct an example.

Replace the _ with any old identifier. The documentation should change, though.

I just got caught by this as well. It would be really helpful for ScalaTags to be more proactive in avoiding it. This is a regression between version 0.8.6 (which...

+1 on the "great play-multidomain-seed" This project is very helpful. +1 on merging woyzeck's changes. Having the seed up-to-date is a big help, too.

I'm attempting the same thing. I note that on Maven, `pureconfig-core` has an artifact for Scala3 (https://mvnrepository.com/artifact/com.github.pureconfig/pureconfig-core) but that just `pureconfig` does not (https://mvnrepository.com/artifact/com.github.pureconfig/pureconfig). `pureconfig-generic` also does not have a...

@antonkulaga I'm exactly in that position (run a project with scala-js on the browser that interacts with some back-end code; want to test the whole thing end-to-end) and am wondering...