Maciej Lopacinski

Results 8 issues of Maciej Lopacinski

Hi, I am running logspout (2 instances)+logstash (1 instance) in docker swarm environment. When my logstash and logspout services are started I see nice logs in logstash: ``` rta_logstash.1.mv47vj6kv936@backend-03 |...

Hi, It looks to me that it is not possible to use the JDBC driver to insert data into Array(FixedString(N)) column. [The code](https://github.com/yandex/clickhouse-jdbc/blob/4697970bbffc4729889e9ba6436432c039920bed/src/main/java/ru/yandex/clickhouse/util/ClickHouseArrayUtil.java#L118) looks like this: ``` ArrayBuilder builder =...

bug
module-http
usability

The following exceptions(s) occurred in the ZIO for IntelliJ plugin: ``` com.intellij.openapi.util.InvalidDataException: Test configuration kind 'All in package' is not supported. at zio.intellij.testsupport.ZTestRunConfiguration.fromTestConfiguration(ZTestRunConfiguration.scala:45) at zio.intellij.testsupport.ZTestRunConfiguration.$anonfun$runnerInfo$4(ZTestRunConfiguration.scala:52) at scala.Option.getOrElse(Option.scala:201) at zio.intellij.testsupport.ZTestRunConfiguration.zio$intellij$testsupport$ZTestRunConfiguration$$runnerInfo(ZTestRunConfiguration.scala:52) at...

The following exceptions(s) occurred in the ZIO for IntelliJ plugin: ``` com.intellij.openapi.util.InvalidDataException: Test configuration kind 'All in package' is not supported. at zio.intellij.testsupport.ZTestRunConfiguration.fromTestConfiguration(ZTestRunConfiguration.scala:45) at zio.intellij.testsupport.ZTestRunConfiguration.$anonfun$runnerInfo$4(ZTestRunConfiguration.scala:52) at scala.Option.getOrElse(Option.scala:201) at zio.intellij.testsupport.ZTestRunConfiguration.zio$intellij$testsupport$ZTestRunConfiguration$$runnerInfo(ZTestRunConfiguration.scala:52) at...

It looks like this part: https://github.com/thehonesttech/zio-entity/blob/71dccddd986280c70ef265f9fbe01a1850b1a08e/core/src/main/scala/zio/entity/core/KeyedAlgebraCombinators.scala#L32-L45 cause issues when events are appended in a concurrent way. Consider two threads/fibers: T1, T2 T1 and T2 read offset (say offset = 2)...

When data is decoded from database and decoding fails, error is ignored (`.toOption`). https://github.com/thehonesttech/zio-entity/blob/d1aea32e37bf6613d40b0cadc7e0cf6386628c67/postgres/src/main/scala/zio/entity/postgres/snapshot/PostgresqlKeyValueStore.scala#L39 None is returned: https://github.com/thehonesttech/zio-entity/blob/ba79935546da741dacded8c487ad8b289da5d7d5/core/src/main/scala/zio/entity/core/KeyedAlgebraCombinators.scala#L51-L56 and when state is recovered from snapshot than initial state is being...

Hi, Thanks for this project. It looks very promising. I tried to use Akka runtime and in single node setup, using config like this: ``` zio.entity { akka-runtime { number-of-shards...

As per documentation https://developers.google.com/google-ads/api/docs/client-libs/java/config-file and code https://github.com/googleads/google-ads-java/blob/b994e0f125855cd8f9c3e63d732ceefaae27cd8c/google-ads/src/main/java/com/google/ads/googleads/lib/GoogleAdsClient.java#L648