Michael

Results 30 comments of Michael

I have this on my plugins.sbt: addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2") I'm happy to try test versions on my M1 Mac as needed. -- Michael > On 3 Apr 2022,...

plugins.sbt ``` addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.15") addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.6") addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.4") addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.2") addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2") addSbtPlugin("io.github.irundaia" % "sbt-sassify"...

Hi, Still having this problem (NB 8.1, Scala 2.11.7, OS X)

Thanks. Scala version is (from build.sbt): ``` scalaVersion := "2.11.1" ``` > On Jan 22, 2015, at 19:10, Caoyuan Deng [email protected] wrote: > > I just commented on this issue...

Yes, your progress listener will get the violation can can then decide what to do.

Another option: CircleCI free tier

Create a new class BPjsVerificationException extends BPjsException

Also - need to refactor this to allow BFS and other scanning algorithms. This should include changing class names.

Also, add an `isTerminal` method to DFS nodes. This would make the inspection easier to implement.

better: allow each inspection to say whether it is interested in cycles and/or in non-cycles.