Roman Timushev
Roman Timushev
I solved the issue by adding `&& !c.isModule` condition, but may be there are better alternatives
I can also confirm that it works on macos. It's a bit annoying though to remember to run `darwin-rebuild` on reboot. I guess a launchd service would be needed to...
As a follow-up to my previous comment, [this](https://github.com/montchr/agenix/compare/darwin-support...rtimush:agenix:darwin-support) is the branch that adds a launchd script activating secrets on boot. I haven't tested it too thoroughly, but it works for...
@ryantm My personal nix configuration is unfortunately not available in a public repo, but I created a gist with a minimal example: https://gist.github.com/rtimush/ce7b4b8ad259976d8ac8eaf9a1d07109.
Although there are some fixes above, it seems that it still fails at least in some cases when the branch has been deleted manually: ``` DEBUG -> action: closed merged:...
I think the correct way to handle this is to add `*.conf` to the resource patterns list in the project's compiler settings. sbt-idea doesn't touch this file, so we just...
Hi @coltfred. I think it could be a good addition for those who use the S3 resolver, so a pull request will be very welcome! Just make sure that you...
Hi @leesah. To be honest I don't think anyone would be willing to replace their SBT dependency definitions with XML. One possible direction for exploration is to parse a build...
Showing sbt version compatibility with the scaladex badge would indeed be nice. However, 0.6.2 is actually available for sbt 1.x ([pom](https://repo1.maven.org/maven2/com/timushev/sbt/sbt-updates_2.12_1.0/0.6.2/sbt-updates-0.6.2.pom), [jar](https://repo1.maven.org/maven2/com/timushev/sbt/sbt-updates_2.12_1.0/0.6.2/sbt-updates-0.6.2.jar)) and I don't know why scaladex doesn't recognize...