Arnout Engelen

Results 679 comments of Arnout Engelen

again at https://travis-ci.com/github/akka/akka-management/jobs/461085166 ...

Shouldn't we update to scalajs 1.0.x first?

> I added a fix for the self-type issue Nice! > but the tests don't compile cleanly any more, mostly because the new version of specs is not syntax compatible...

/cc @jrudolph this might now be good to go?

@chenshaoxing you crossposted at https://github.com/spray/spray-json/issues/292, I answered there.

Agreed. The way I look at it is: It is maintained in the sense that 'important things' happen: 1.3.6 has been [released for Scala 3](https://github.com/spray/spray-json/pull/345) and I'm confident any security...

I agree, for 'direct' dependencies the cross-dependency approach is great, but for libraries it is more painful (it is for example also discouraged in https://scala-lang.org/blog/2021/04/08/scala-3-in-sbt.html#a-smooth-transition). I made a quick attempt...

The 'problem' here is that `list` is a map from `String` to `Serializable` and there is no `JsonWriter` that works for every `Serializable`. The `list` is a map from `String`...

I think we should not put too much effort in these tests - let's first increase the number of keys (and/or be more lenient in the expectation) - if that's...