Jason Pickens
Jason Pickens
Removing the `name` field from `Bar` causes the problem to go away.
Sometimes this can be worked around by putting the body inside another method. Such as: ``` Rx(x) def x: Bar = { val bar: Bar = ??? val foo: Foo[_]...
Neither of these seem to work: ``` console / scalacOptions := (console / scalacOptions).value.filterNot(_.contains("wartremover")), console / libraryDependencies := (console / libraryDependencies).value.filterNot(_.name.contains("wartremover")), ```
I just noticed that the docs do actually say to scope it to prevent it from applying to the console which is what @pmpfr is suggesting to do. I realised...
When installing via homebrew I am getting: ``` 2022-09-16T13:26:52.321240+12:00 ▶ [INFO keybase install_darwin.go:673] 001 Checking /usr/local/bin/keybase (/Applications/Keybase.app/Contents/SharedSupport/bin/keybase) 2022-09-16T13:26:52.321441+12:00 ▶ [INFO keybase install_darwin.go:701] 002 Linking /usr/local/bin/keybase to /Applications/Keybase.app/Contents/SharedSupport/bin/keybase 2022-09-16T13:26:52.321506+12:00 ▶ [ERRO...
Environment variables work but it is not practical to start a new process every time the credentials need to change. This is especially true for multi-account setups where different roles...
Currently still stuck on 2.2.37 but hoping to go to 3.0.x soon.
Hi @luigidellaquila I appreciate the response. Sorry if I was on a bit of a rant in my original post. It's OSS software after all, and I am grateful for...
The testkits themselves bring in a huge number of dependencies. This is such a pain when trying to ensure all Akka libraries have a consistent version. As soon as one...
This is a big problem when adding an sbt plugin which adds compiler plugins which require a specific Scala version (e.g. silencer), especially considered that due to https://github.com/sbt/sbt/issues/5661 it is...