Jonathan Springer
Jonathan Springer
@dinogun I'm using the sgerrand work as the starting point for my efforts. I've gotten sgerrand/docker-glibc-builder to work on all architectures (once bumped to the latest OS); I'm moving on...
PR filed for commentary. Some documentation still needed.
Which tests are valid? In the travis build we run a subset of openwhisk tests to be sure CLI integration runs correctly, which is why test remains configured as it...
As we saw, #215 narrowed down the number of test cases run. Now let's discuss two other points: 1) Should './gradlew test' run 'goTest'? -- there is a challenge around...
`build` should run tests. Here's the chart of standard java dependencies, pulled from [the Gradle docs](https://docs.gradle.org/current/userguide/java_plugin.html#_lifecycle_tasks).  I'd suggest we do our best to adhere to this expected behavior, which...
I'm going to leave this here for now: https://github.com/openresty/lua-nginx-module/issues/1152 Apparently LuaJIT as it's used in OpenRESTy has some challenges in how it uses some of the legacy pointer capabilities on...
I second the motion. I guess I'll start patching now, because I need s390x compilation to build consul.
I'm looking first to a simple case of managing a session-level context in the WorkflowService. I see a framework is in place but not yet implemented. The basic idea is...
Is this related to #273 ? Given that we allow users to choose queuing technology we should probably also allow them to choose kv technology? My plan is to use...
To be candid, I saw a PR to add a context storage capability to the Control Plane via the REST interface and it turned me away from the entire llama_deploy...