Rafal Piotrowski

Results 7 issues of Rafal Piotrowski

If we define `test-containers-localstack-v2-aws-only2.sc` as: ``` using lib "software.amazon.awssdk:auth:2.17.250" using lib "com.dimafeng::testcontainers-scala-localstack-v2:0.40.10" import com.dimafeng.testcontainers.LocalStackV2Container LocalStackV2Container() ``` then there is compile error: ``` $ scala-cli test-containers-localstack-v2-aws-only2.sc Exception in thread "main" java.lang.NoClassDefFoundError:...

In https://github.com/theiterators/kebs/blob/master/scalacheck/src/main/scala/pl/iterators/kebs/scalacheck/Generators.scala#L8 use of `.sample` can lead to `java.util.NoSuchElementException: None.get`. One case when this can happen is usage of custom generator which uses `suchThat` in its implementation (see: https://github.com/typelevel/scalacheck/blob/main/core/shared/src/main/scala/org/scalacheck/Gen.scala#L291-L296)

Hi, I have installed ruby and data-anonymization with this commands: ``` sudo apt-add-repository ppa:brightbox/ruby-ng sudo apt-get update sudo apt-get install ruby2.2 sudo apt-get install ruby2.2-dev sudo gem install data-anonymization sudo...

bug

As I see in current (3.0.3) and upcoming (4.0.0 M2) versions of scala-ide plugin for eclipse there is no "Xmax-classfile-name" option in Preferences > Scala > Compilier. In that case...

### What is the problem this feature would solve? Use latest effect packages so it is easier to use code from latest documentation ### What is the feature you are...

enhancement

This can help to identify any integration problems when using authentication strategy (e.g. Generic OpenID Connect / OAuth2). Currently there is no info if there is some problem. UI just...

When running tests with `IsolatedMockFactory` I'm getting below error: ``` java.lang.NoSuchMethodError: 'org.specs2.main.Arguments org.specs2.main.ArgumentsShortcuts.isolated()' org.scalamock.specs2.IsolatedMockFactory.$init$(IsolatedMockFactory.scala:48) ``` This is when using ``` "org.specs2" %% "specs2-core" % "5.6.4" ```