k0ala

Results 12 issues of k0ala

Great job on AWScala! Would you consider adding support for [Route 53](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/route53/AmazonRoute53.html)?

Many Postgres-based apps use [PostGIS](https://postgis.net/), so it would be great to support it from skunk!

Concerning Postgres versions: 1. It should be clarified & documented which Postgres versions are supported 2. Tests should be added for each supported version

The `NullChecker` currently complains about any `null` it finds in the codebase. However, even Scala's creator [advises checking for nulls with `x != null`](http://www.scala-lang.org/old/node/11722.html). Perhaps this checker should have a...

feature

It would be great to have a way to disable a test, rather than commenting it out. A disabled test would still show up in the output. Let's say I...

I am modifying bits of the code so that it works with keras 2. Would you be interested in PRs?

I followed the GraphX tutorial at http://ampcamp.berkeley.edu/big-data-mini-course/graph-analytics-with-graphx.html on a local stand-alone cluster (Spark version 0.9.0) with two workers. Somehow, the graph.triplets is not returning what it should. ``` scala> graph.vertices.toArray...

This buildpack supports sbt only, could it be extended to also support mill? https://github.com/com-lihaoyi/mill/ Or would this require a separate buildpack?

In lecture 4, both the weight variable and the noise variable for 'S' are called 'W'. To avoid confusion I would rename one. Thanks for the great lectures!