Objektwerks

Results 19 comments of Objektwerks

I just stumbled across this issue via this project ( github.com/objektwerks/scalajs/blob/master/build.sbt ). To avoid getting this error during **sbt clean test** ( java.lang.AssertionError: assertion failed: asTerm called on not-a-Term val...

Very well, then.:) I'll repost the above to #102. Should I remove the above post? Thanks!

I just stumbled across this issue via this project ( github.com/objektwerks/scalajs/blob/master/build.sbt ). To avoid getting this error during sbt clean test ( java.lang.AssertionError: assertion failed: asTerm called on not-a-Term val...

Beyond simple tasks, Sbt is like an extreme sport. So be careful. :)

FYI, I've built a CorsHandler that works in initial tests. See: - https://github.com/objektwerks/cask/blob/master/src/main/scala/objektwerks/handler/CorsHandler.scala - https://github.com/objektwerks/cask/blob/master/src/main/scala/objektwerks/Server.scala Naturally, this can be built multiple ways. Note how a CorsHandler is initialized in Server,...

So with the new ranking algo, a former ranking of 'S' for 12K plus annualized commits earns a modest ranking of 'B'. My ego may never recover. ;)

@rickstaa Thanks for the explanation and tip! I tried the #2762 option, which did reflect the ranking circle above -- with one minor difference in total commits. It now reads:...

@francois-rozet Everyone has different development styles. Hence the multi-style ranking suggestion. :)

@rickstaa I work alone on multiple projects. And small units of work make sense for my workflow. Not everyone is an OSS warrior. ;) On a commercial or open source...

I've been seeing the same phenomenon. To reproduce: **1.** Open a Scala 3 source file. **2.** Type import scala.* **3.** Depress the return key --- and a **random** type is...