Paweł Cembaluk
Paweł Cembaluk
It would be nice to have flatpak apps displayed in the menu.
## Akka HTTP version 10.2.9, tested also 10.1.11 ## The case that I'm testing - 3 parallel flows sending requests to Elasticsearch via Alpakka Elasticsearch - sometimes the request fails...
Minimal test to reproduce the issue: ```scala import com.dimafeng.testcontainers.{ForAllTestContainer, KafkaContainer} import org.scalatest.flatspec.AnyFlatSpec class KafkaExampleTest extends AnyFlatSpec with ForAllTestContainer { override def container: KafkaContainer = KafkaContainer() "Kafka container" should "be started"...
Is it possible to specify `javaHome` per configuration? Here is a fragment of my `build.sbt`: ``` import pl.project13.scala.sbt.JmhPlugin.JmhKeys.Jmh lazy val Corretto11 = config("corretto11") extend Jmh lazy val Zulu11 = config("zulu11")...
Assuming a hierarchy like this: ```scala case class InnerRecord( int: Int, str: String, ) object InnerRecord extends MongoDataCompanion[InnerRecord] case class RecordTestEntity( id: String, innerList: List[InnerRecord] ) extends MongoEntity[String] object RecordTestEntity...
Hi, I have a question regarding the behaviour of the diff for case classes. Here is a short example: ```scala import com.softwaremill.diffx._ case class FooBar( foo: String, bar: String )...
With GetPawnCapturingMoves(GameObject) and GetPawnNoncapturingMoves(GameObject) it should be easy.
Minimax can be improved by using Unity jobs system. It may require creating additional boards for AI as parallel "sandboxes". It will require choosing which moves should create new board...
### Checklist - [X] I have read and accepted the [contributing guidelines](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md). ### Is your feature request related to a problem? Please describe First of all - thank you for...
**Checklist** - [x] I read the documentation at https://chimney.readthedocs.io/ and checked that the functionality exists - [x] I verified that the behavior for my use case doesn't match the documentation...