August Nagro

Results 54 comments of August Nagro

@svenwiegand I was using [sbt-play-scalajs](https://github.com/vmunier/sbt-play-scalajs) in my demo project to run fastOptJS in dev mode, and fullOptJS when in Prod mode. The author has also provided [play-scalajs-scripts](https://github.com/vmunier/play-scalajs-scripts), which select the...

I have the same problem with the Intellij plugin as this user; j2cl projects do not sync: https://github.com/bazelbuild/intellij/issues/2240

The community developed [maven plugin](https://github.com/Vertispan/j2clmavenplugin) works on Windows (without WSL), and also has features the bazel plugin does not, such as testing and iterative-development source maps. I've also submitted a...

I agree, correctness is the most important thing. I switched everything I'm working on to fork := true and did not notice any noticable start up difference. In fact, I...

Nice to see some measurement @eatkins , thanks for sharing. I've realized what I want is essentially https://github.com/spray/sbt-revolver But it would still be good if `turbo`-mode `run` was reliable. One...

> Just to be clear, turbo is not the default in sbt Ok, I assumed `turbo` was the default. > The drawback to every in-process classloader strategy is that if...

It's easy for me to say, as someone who will not implement it, but I think Drip or a similar approach will be very close to current performance, if not...

> It is an indicator that something is suboptimal about my project and I should fix it > Sometimes the user does need to change and software does not need...

Yes, exactly! I had not seen that github issue. On Sat, May 13, 2023, 6:59 AM Bo ***@***.***> wrote: > Is this the same idea behind #960 > ? >...

> Your static template has a hard-coded user Joe Blow. Certainly you have other users You wouldn't use Joe Blow in the edit template for every user. You'd insert the...