Conan, the barbarian

Results 5 issues of Conan, the barbarian

Postgresql configuration works fine with normal flyway configuration but fails with custom configurations as below: I am running it using: `sbt app/prod:flywayInfo` ``` enablePlugins(FlywayPlugin) lazy val CustomConfig = config("custom") describedAs...

bug
help wanted

When trying to define below `def bbox = column[List[List[Int]]]("bbox")` I get the following error `Could not find implicit value for parameter tt: slick.ast.TypedType[List[List[Int]]]`

Is there a way I can add comments into the sql that is formed by slick without writing a raw sql statement? This is to keep track of the code...

Combining Features with two different property formats fails with type mismatch error `Error:(183, 56) type mismatch; found : List[GeoJson.Geometry with Product with Serializable with GeoJson.Coords[Equals], _ >: XProperties with YProperties

Despite registering multiple times, the dataset cannot be accessed in gcloud. ```DatasetConfig(path='gs://waymo_open_dataset_motion_v_1_0_0/uncompressed/tf_example/validation/validation_tfexample.tfrecord@150', data_format=, repeat=None, batch_dims=(), shuffle_seed=None, shuffle_buffer_size=1000, num_shards=4, deterministic=True, include_sdc_paths=False, aggregate_timesteps=True, max_num_rg_points=20000, max_num_objects=32, num_paths=None, num_points_per_path=None, drop_remainder=True, tf_data_service_address=None, distributed=False, batch_by_scenario=True) ---------------------------------------------------------------------------...