Brian P. Holt

Results 51 issues of Brian P. Holt

I have trouble running the official `fthomas/scala-steward:0.14.0` Docker image on the Apple M1-based Mac I've been issued at work. Building an image locally works, but requires the modification of some...

build

I recently updated the version of sbt-git included in several of our projects and ran into https://github.com/sbt/sbt-git/issues/102. Because we include the logback slf4j backend in another plugin, we were unable...

Enhancement
uncategorized

Would `LiftIO` instances for `Future` and `Rerunnable` be welcomed? I couldn't find laws for `LiftIO` but these rough implementations seemed to work after some limited testing I did. ```scala implicit...

It'd be nice to be able to `sbt new {feral variant}` :-)

enhancement
good first issue

Now that sbt 1.7 has been released with support for semantic version selector expressions (like `+ 2.13.x`), it would be nice if the generated YAML used the `.x` syntax and...

enhancement
github-actions

[PVP is described by sbt](https://www.scala-sbt.org/1.x/docs/Publishing.html#Version+scheme) as a version scheme in which "X.Y are treated as [the] major version," which I think accurately describes the version scheme of this library. Adding...

Fixes #3283. This works for us—the container runs and is able to clone, make PRs, etc., when running as the default user (`demiourgos728` / UID `1001`). For fresh installs, I...

enhancement
breaking-change

[Git requires](https://github.com/git/git/commit/3b0bf2704980b1ed6018622bdf5377ec22289688) that a repository directory be owned by the user executing `git`. In the normal case, it will print a message > fatal: detected dubious ownership in repository …...

The `Dockerfile` generated by the current build configuration leaves the user set to `root`, meaning the application runs as `root` inside the container. This is not recommended, and I think...