Philippus Baalman
Philippus Baalman
the following test passes on scala `2.12.8`, but fails on scala `2.13.0-RC1` ``` test("string interpolation is allowed") { val b: Boolean = true val result = WartTestTraverser(StringPlusAny) { s"$b" }...
After upgrading sbt to 1.4.4 in a project I can no longer run scala-steward successfully. I'm getting the error below of a run on `v0.8.1-121-145f3481-SNAPSHOT`. Any clue what might be...
It would be nice to add the bits of code from chapter 33 of "Programming in Scala" as tests to be sure we don't break compatibility (too much) with the...
The 'Artifact dependents' is always empty for me, i.e. https://index.scala-lang.org/search?q=depends-on%3Aakka-actor should give some results.
On May 1st Bintray will be sunset (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). @agemooij do you already have plans to move sbt-prompt somewhere else? The brownouts mentioned on that page have already started I think.
using the `g8` command (0.10.0 version) on a template with a `project` directory generates all the files and directories except the `project` directory. Renaming the directory to f.e. `projectt` works,...
On May 1st Bintray will be sunset (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). Do you already have plans to move sbt-revolver somewhere else? The brownouts mentioned on that page have already started I think.
Applying this PR will add the SMISMEMBER command, which was introduced in Redis 6.2. I didn't add the tests yet, because I think that requires some work on the CI...
I'm getting a `Data Extension Key not specified in ObjectID, CustomerKey, or Name` when trying to delete an `ETDataExtensionRow` while inserting one works fine. Looking at the SOAP request that...