bwbecker

Results 23 issues of bwbecker

## Environment - OS: MacOS - OS Version: Catalina - VS Code Version: 1.55.2 - Racket version: 7.7 - Racket Langserver checksum: 2a4b446b72c069f89078c63e774117542beac917 - Magic Racket version: 0.5.7] ## Issues...

enhancement

Hi -- Developing my first site using the Learn template (Thank you very much!). I noticed that setting a "menuTitle" in the front matter changes the TOC in the sidebar...

enhancement

I pulled the cluster example project from https://developer.lightbend.com/start/?group=akka&project=akka-samples-cluster-scala With no other changes, I did `sbt assembly` to get a fat jar file to run without all the scala infrastructure. It...

I downloaded the akka-sample-cluster-scala example from https://developer.lightbend.com/start/?group=akka&project=akka-samples-cluster-scala. Issued the `sbt "runMain sample.cluster.simple.App"` command per the readme file. It * printed lots of logs, but the line "Member is Up: akka://[email protected]:25251"...

Hi! First, let me say I'm really appreciating selectivity. I struggled with twitter's Typeahead for far too long before abandoning it in favour of Selectivity. I _do_ like Typeahead's interaction...

enhancement

Please see https://github.com/bwbecker/jsnlog-facade for a facade of the jsnlog logging library. It * facilitates logging to the browser console as well as the server * includes an enrichment to make...

I'm using the latest version of scalatags on Maven (0.8.6). If I use the latest version of scalajs-dom (1.0.0) or even 0.9.8 I get a compile error: ``` [error] /Users/bwbecker/oat/src/oat3/modules/browser/src/main/scala/oat/browser/views/components/filteredTable/FilteredUsersTable.scala:123:7:...

With scala 2.13.5 I'm getting compiler warnings when using the TestPath implicit. That's new after an update from scala 2.12.x. ``` [warn] /Users/bwbecker/oat/src/oatlibxp/oatlibxp/src/test/scala/oatLibXP/verify/ImplicitTest.scala:13:21: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated...

I'd like to write a custom assertion that compares two strings for equality, highlighting their differences. For example, writing ``` val s = "My relatively long string with a difference...

Here are some example stack traces in utest output: ``` X example.HelloSpec.test3 0ms java.lang.IndexOutOfBoundsException: 10 scala.collection.LinearSeqOptimized.apply(LinearSeqOptimized.scala:63) scala.collection.LinearSeqOptimized.apply$(LinearSeqOptimized.scala:61) scala.collection.immutable.List.apply(List.scala:85) example.HelloSpec$.$anonfun$tests$4(HelloSpec.scala:29) X example.HelloSpec.test4 3ms java.lang.AssertionError: assertion failed: ==> assertion failed: 1 !=...