counter2015

Results 26 comments of counter2015

I meet the same problem, but package name different. And I also use websocket. http4s-version: 0.23.6 java-version: 17 scala: 2.13.8 server backend: blaze ``` 2022-03-10 08:44:49.071 [zio-default-async-10] ERROR o.h.b.s.Http1ServerStage$$anon$1 Error...

Could anyone take a look at it and give me some feedback and suggest ?

> Hey, sorry. The process of expanding a PVC with StatefulSets is a bit tricky and involves manual operations (restriction of Kubernetes). Sadly my local instance did not support the...

@discostur I am not sure if the PVC capactity will be changed by operator after I edit datacenter yaml file. Finally, I incresed storage capacity by creating a new datacenter...

On the one hand, I'm afraid that this kind of duplicates slow the performance. On the other hand, it make me confused when I use expand API ``` $ keto...

yes, http4s. the full depenience can be found here 0.17 version ```scala import sbt._ object Dependencies { val tapirVersion = "0.17.12" val tapir = Seq( "com.softwaremill.sttp.tapir" %% "tapir-zio" % tapirVersion,...

I'm not sure if this situation is related to a specific database. Should we rewrite the generate sql when using `.size`, from `select count(t.*) from t where column_1=something` to `select...

Not really, `count(*)` and `count("any")` has different meaning in Postgres. See: https://www.postgresql.org/docs/current/functions-aggregate.html > count ( * ) → bigintComputes the number of input rows. count ( "any" ) → bigintComputes...