Pathikrit Bhowmick

Results 69 comments of Pathikrit Bhowmick

@ShaneDelmore : What should I do then?

Funnily I was in NEScala myself :) But, I am not sure what else is a good way to convert Path to a File!?

Right but better-files does more than just that - for which I need a java.io.File

No plans yet but open to PRs

This section is missing: ``` - stage: publish if: branch = master AND type = push AND NOT fork jdk: openjdk8 scala: 2.12.13 script: - sbt ++$TRAVIS_SCALA_VERSION coverage test #...

> I was under the (mistaken?) impression that the travis CI didn't work at all now. If it still works let's keep it! No it works just fine

Awesome work. This removes duplicate work from storing schema in evolutions/x.sql files _and_ in the Scala layer. +1 for this to be part of play-slick itself.

Yes, take a a look at this: https://github.com/pathikrit/garfield/blob/master/play-slick-evolutions-codegen-plugin/app/PlaySlickCodeGenerator.scala I am trying to create an sbt plugin for this myself: https://github.com/pathikrit/garfield/tree/master/play-slick-evolutions-codegen-plugin

I tried skipping the `3.7.1` to `3.7.2` and I still get same error: ``` > sbt +release [info] Loading settings for project global-plugins from idea.sbt,metals.sbt ... [info] Loading global plugins...

I tried this with `sbt-pgp` and still does not work on [better-files](https://github.com/pathikrit/better-files/blob/master/build.sbt). Step 1: Generate keys --- ``` > sbt [info] Loading settings from plugins.sbt ... [info] Loading project definition...