David Weber

Results 19 comments of David Weber

I can confirm that npy files are not being correctly read in 0.4.2-SNAPSHOT either. Attached is [iris_x.npy.gz](https://github.com/eaplatanios/tensorflow_scala/files/2722879/iris_x.npy.gz) which reads correctly into Python 3.6 but not into TF Scala 0.4.1 or...

I have run the debugger through this. The problem appears in `Tensor.fromBuffer`. In my example, the last 11 rows (11 * 4 columns * 4 bytes = 176 bytes) are...

I have some code that I can repurpose to test ByteBuffer -> tensor and npy -> tensor implementations. the npy -> tensor needs some pre-stored file somewhere but I think...

This partially solves the problem. I have a fairly simple layout with redoc in a nested div and un-setting scroll-behavior does make the UI jump to the correct destination on...

The repo will need an administrator to point github pages to use the master branch /docs folder and enable publishing. The docs should end up in flyway.github.io/flyway-sbt.

Does not seem complicated. Pull requests welcome.

Not that I know of. Do you have a test migration (preferably for H2) that I can use?

Thanks! I'll make a test case and dig in to it.

I have refactored the logic for setting migration parameters. Seems that `ignoreFutureMigrations` setting got lost in some deprecation. Can you check if the `fail-on-error` branch fixes this? You can `sbt...

Looks like the postgresql jdbc jar is not on whatever classpath is presented in the custom configuration. Anybody know how this works in SBT?