Results 3 issues of Chetan Mehrotra

With #420 support was added for [manual derivation][1]. This mode requires one to explicitly enumerate the field names like ```scala implicit val personReader = ConfigReader.forProduct2("name", "surname")(Person(_, _)) ``` It would...

This is a proof of concept to execute OpenWhisk actions via [Weave Ignite][1] which uses [Firecracker MicroVMs][2] Recently [Weave works announced Ignite][3] project which supports running compatible docker images as...

To simplify usage of standalone openwhisk jar (#4516) for end users we should publish the jar under Github releases. This should follow an approach similar to what has been done...