Gabriel Jones
Gabriel Jones
https://docs.confluent.io/platform/current/kafka/authentication_sasl/index.html#jaas-configurations
full example from https://github.com/tpolecat/skunk/blob/v0.0.24/modules/docs/src/main/paradox/tutorial/Command.md gives following compile errors ``` skunk-world/src/main/scala/CommandExample.scala:42:34 not found: type * def fromSession[F[_] : Bracket[*[_], Throwable]](s: Session[F]): PetService[F] = skunk-world/src/main/scala/CommandExample.scala:42:24 cats.effect.Bracket[,Throwable] does not take type parameters def...
Is it a bad idea to ask for a function that generates a Query or a SQL fragment from a case class? Can this be done at compile time? If...
https://en.wikipedia.org/wiki/Gustafson%27s_law
I would like to consider the trailers in the commit message of the HEAD commit in my `versionCreator` lambda.
### Proposal Enhance the Kafka Scaler or create a new KEDA Scaler to support scaling Kafka by partitions per pod as opposed to simple increase in pod count. ### Use-Case...
https://replit.com/@AEthyr/Scala-Tsk-Tsk ``` > ./HelloReplit.scala FATAL ERROR: Error while pre-warming Bloop Full log: --------- cat: /tmp/tsk-1425.log: No such file or directory ``` ``` > ls -altr /tmp/tsk* -rw-r--r-- 1 runner runner...
https://www.slf4j.org/manual.html#fluent https://www.slf4j.org/apidocs/org/slf4j/spi/LoggingEventBuilder.html Specifically the `addKeyValue` and `addMarker` methods. Related: https://github.com/lightbend-labs/scala-logging/pull/380
What version are you currently using? 1.2.1 What would you like to see? ``` fun tupleOf(first: A, second: B) = Pair(first, second) fun tupleOf(first: A, second: B, third: C) =...