Olli Helenius
Olli Helenius
Right now it seems to be possible to use sbt-javaagent with [sbt-revolver](https://github.com/spray/sbt-revolver) like this (by stealing [`agentOptions`](https://github.com/sbt/sbt-javaagent/blob/v0.1.4/src/main/scala/com/lightbend/sbt/javaagent/JavaAgent.scala#L83): ```scala javaOptions in reStart ++= resolvedJavaAgents.value map { resolved => "-javaagent:" + resolved.artifact.absolutePath...
The [caveats](https://github.com/sky-uk/cqlmigrate/blob/0.10.0/README.md#caveats) section of the README says this about schema change safety: > Generally, adding columns is safe (but be careful with collection types). Might it be possible to add...
Restores support for streaming images from the camera(s) in Windows. I reverted #7951 as a starting point and attempted to resolve the issues that were raised: - The `startImageStream` and...