Denis Mikhaylov
Denis Mikhaylov
As a workaround, we used system properties populated from env vars.
Have you thought about lazy source design? So that you don't have to convert all the env vars, and just access on demand.
You may want to add `map:` in a category on `NSArray`. It helps me a lot.
@LukaJCB `Program` is fine as a replacement for `Invocation` if there is a constraint that exists for all `F[_]`, e.g. some `Unconstrained[F[_]]` Another example for `ReifiedInvocations` is this: ```scala def...
Hey folks! This module no longer exists as per https://github.com/whisklabs/docker-it-scala/releases/tag/0.10.0. Please update your dependencies according to the latest version. See readme for the details.
Is there any ticket/issue referencing ability to use Gradle inside `tools` directive of declarative pipeline? ```groovy tools { gradle 'Gradle 3.2.1' } ```
@alexbrjo wow, I don't know how I missed that line :) thanks!
> Why 3 new ones? One member left on reachable worker will kill itself. K8s will restart it. Also k8s will start evicted pods on reachable nodes. At this moment...
> I have a feeling wording is not quite precise here... Could you please explain the exact steps we are worried about and how it relates to "akka nodes" "pods"...
@SemanticBeeng is there anything I can help with? > Can Aecor be used to implement all use cases from "COMPOSABLE EVENT SOURCING WITH MONADS" ? (please skim through presentation to...