Derek P. Moore

Results 58 comments of Derek P. Moore

I am running coveralls using the following actions: ``` - env: BRANCH_NAME_OR_REF: ${{ github.head_ref || github.ref }} run: echo "::set-env name=BRANCH_NAME::${BRANCH_NAME_OR_REF#refs/heads/}" - run: | echo "::set-env name=PR_NUMBER::$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")"...

@nbaztec's PR #106 looks significant. Maybe he can be recruited as a collaborator.

I'm also seeing that a `grpc-protobuf-shaded` would be helpful alongside `grpc-netty-shaded`. I'm having issues using newer gRPC versions in a project due to inclusion of `io.kubernetes:client-java`'s conflicting `protobuf-java` versions.

@johnament @panga -- The logic for automatic module name generation is going to need to be a little (or a lot?) more complicated than what is provided by this patch....

Yeah, true. I was thinking the auto-generating code should validate its inputs & fail with appropriate error messages, but I guess you're also right that people should be specifying module...

Or if there's a way to log generically for all `web-spi` users where the system administrator has an easy way to define access_log and error_log files in the style of...

The way this answer shows a log4j wrapper might be a neat way to go about it: https://stackoverflow.com/a/38783338

@yblazart -- there was an issue with the `rest-cxf` module in Hammock 2.0 which is fixed in Hammock 2.0-SNAPSHOT. `dist-microprofile` includes `rest-cxf`. I'm using `rest-jersey` in the style of the...

I tried to open it here: https://strukturag.github.io/libheif/

Ah ok! Broader adoption is good news! I noticed my mobile devices recently started being able to play AV1 films I've uploaded to Bitcoin! ;) If this issue is out-of-scope,...