Maksym Ochenashko

Results 98 issues of Maksym Ochenashko

This PR brings a new module `neotypes-extras `. These changes built on top of #201. Therefore until we merge #201 this PR duplicates some changes. The real changes: [CreateQuery](https://github.com/neotypes/neotypes/blob/a9c5e2b663fe10007ae2c59e074ab3a35bc42059/extras/src/main/scala/neotypes/query/CreateQuery.scala) [CreateQuerySpec](https://github.com/neotypes/neotypes/blob/a9c5e2b663fe10007ae2c59e074ab3a35bc42059/extras/src/test/scala/neotypes/query/CreateQuerySpec.scala)

When `tlCiScalafixCheck := true` the following step is generated: ```yaml - name: Check scalafix lints if: matrix.java == 'temurin@8' run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'scalafixAll --check'...

enhancement
scalafix

**Is your feature request related to a problem? Please describe.** The CloudWatch agent can scrape only counter, gauge, and summary metrics from Prometheus. According to the [documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-metrics-conversion.html), the support for...

Hi all, I'm implementing a client for Jupyter WebSocket protocol using Netty. But for an unexpected reason, the application receives responses in non-chronological order. According to the documentation (https://jupyter-client.readthedocs.io/en/latest/messaging.html), **Idle**...

There are a few notable notes regarding this PR: - The existing implementation of `CpuStarvation` MBean somewhat breaks the consistency. All previous MBeans were under `cats.effect.unsafe.metrics` package, while `CpuStarvation` is...

Closes #2910. It would be nice to write a test for this functionality. I'm unfamiliar with Slick's codebase, so where is the best place to add a test?

A few convenience methods from the https://github.com/slick/slick/issues/2878.

**MariaDB**: 10.6.11 **Slick**: 3.5.0 **Scala version**: 2.13.13 **DESCRIPTION:** `insertOrUpdate` fails after upgrading to Slick `3.5.0`. **STEPS TO REPRODUCE:** The script: ```scala //> using scala 2.13.13 //> using dep "com.typesafe.slick::slick:3.5.0" //>...

Hello! Thanks for the awesome library. I have a question regarding `ScalaRunnableWrapper` for Scala 2.13: https://github.com/jacum/akka-sensors/blob/82f28d1dec224235cbecb7ab6f4d6c6c29c0c80c/sensors-core/src/main/scala-2.13/akka/sensors/dispatch/ScalaRunnableWrapper.scala#L3-L16 According to the code, the match expects the `akka.dispatch.Batchable` type. Then, `AkkaRunnableWrapper` relies on...

The aim of the PR is to solve IntelliJ IDEA importing issue. IDEA correctly picks up properties from `.sbtopts` file and therefore can download dependencies from the GitHub maven repository....