Calvin Lee Fernandes

Results 29 issues of Calvin Lee Fernandes

For example: Given the following Cassandra Row ```scala final case class CassandraRow(a: Int, b: Long, c: OuterData) final case class OuterData(x: String, y: String, z: InnerData) final case class InnerData(i:...

documentation

Let's say you have a set of mutations in a single batch but you decide that you no longer want them in a batch: ```scala val batchMutation = update1 +...

I still need to do some more research on this but it seems like certain relations in WHERE clauses are not allowed for UPDATE vs SELECT statements. Initially, I was...

This would be useful for the case where you need to rollback your application say from V3 ~> V2

Allows removal of metrics from the registry

Currently only the quick adapter provides the graphiql endpoint but the other (tapir based) adapters are left to the user to implement. It would be nice to provide graphiql endpoints...

enhancement
good first issue
server
adapters

I’ve found an issue for histograms where the numbers in the buckets are not getting populated properly - the wrong numbers are showing up. This happens for the zio micrometer...