Flavian Alexandru
Flavian Alexandru
This is so bad it makes scalastyle completely unusable on a big project. It's unfortunate scalameta went through the popularity up down contest in a hurry, hopefully they can stabilise...
Hi @jrudolph, I realise I haven't been tremendously helpful from a debugging perspective, but I have managed to locate the issue independently. Some of the dependencies in the project were...
We do this: ```bash git branch --set-upstream-to ${TRAVIS_BRANCH} origin/${TRAVIS_BRANCH} git config branch.${TRAVIS_BRANCH}.remote origin git config branch.${TRAVIS_BRANCH}.merge refs/heads/${TRAVIS_BRANCH} echo "Publishing new version to Bintray" sbt "release with-defaults" ``` However it doesn't...
@xuwei-k Pushing to git otherwise works perfectly in builds that do not use `sbt-release` it's only something in this plugin that seems to trigger the problem. I can successfully `git...
@shklarsky @SrikanthTati @julianovidal I have this in Travis and I call it as part of the setup, and it seems to work. I don't pretend to understand the fine print...
@TBonnin You can use the `sbt-doge` plugin for this. The plugin is [here](https://github.com/sbt/sbt-doge), and an example build is [here](https://github.com/outworkers/phantom/blob/develop/build.sbt). I have no connection to the guys here but I've had...
Any updates here @tpolecat ? Being hit by the same problem currently, oddly only on Travis.
@mingchuno I noticed in the interim, thank you for taking over this! I'll diff and see if any of my code is still a relevant improvement against your latest changes.
Hi @git4sun you can have a prepared update statement and that will automatically bind a record if you bind all its components, and this is just using simple applications of...
HI @git4sun, We are working on generating more macro assisted methods, starting with a store and a prepared store method, to allow an automated insertion of columns, but it's still...