Stefan Schwetschke
Stefan Schwetschke
When you change `File.listRecursively` to 'File.recurse' to operate on `Stream[File]`, the code becomes more flexible. recurse would return Stream(this) for regular files, Stream(target) for symlinks and a `Stream` of the...
Litestream crashes with the following error: ``` litestream 0.3.8 initialized db: ******/data.sqlite replicating to: name="s3" type="s3" bucket="******" path="*****" region="" endpoint="" sync-interval=1s panic: runtime error: index out of range [2055336] with...
Typesafe [announced](http://slick.typesafe.com/news/2016/02/01/slick-extensions-licensing-change.html) that the Slcik Extensions (this are the Slick drivers for commercial databases) will become open source, just like the drivers for the open source databases. We should check...