Naftoli Gugenheim
Naftoli Gugenheim
(once that's coded up it may be worthy of being included here.)
Today I've been working on a library to generate Mergify files in a principled manner. I haven't written a DSL yet so code looks like this right now: ```scala val...
Now available: ```scala resolvers += "jitpack" at "https://jitpack.io" libraryDependencies += "com.github.nafg" % "mergify-yaml" % "0.1.0" ``` Currently it is only built for scala 2.12 because my use case is in...
With a DSL published in 0.2.0, my original code (that I started this issue with) can be replaced with: ```scala import io.github.nafg.mergify.dsl._ import sbt._ import sbtghactions.GenerativePlugin import sbtghactions.GenerativePlugin.autoImport._ object WriteMergify...
It's now on maven central, so ```diff - resolvers += "jitpack" at "https://jitpack.io" - libraryDependencies += "com.github.nafg" % "mergify-yaml" % "0.1.0" + libraryDependencies += "io.github.nafg.mergify" %% "mergify-writer" % "0.2.1" ```
The snippet in https://github.com/djspiewak/sbt-github-actions/issues/46#issuecomment-799127306 is no longer valid in 0.14.x: `$v` needs to be changed to `${v.render}`. Since it doesn't seem like it will be integrated into this plugin, I've...
@anovstrup would you be interested in pair programming it with me? IIRC it wouldn't be much work but I have to context-switch back into it
> Sure! I probably won't be available until late this week (Thursday or Friday). Great, can you message me on Discord? > Sounds like this is what's left to implement,...
@anovstrup sorry not responding earlier. It's `nafg#1263`
Failure probably caused because Oracle container takes a few minutes to start and `docker-compose up -d` returns right after downloading