Farid Zakaria
Farid Zakaria
Why not include SLF4J concept of MDC in the default implementation of ActiveSpanSource?
If I have a repository with a lot of binaries, I wouldn't want the indexer to index those. Conversely, I might want to target specifically only a specific file type...
@bbigras opened an issue trying to run _mvn2nix_ on [jasperstarter](https://bitbucket.org/cenote/jasperstarter). The _jasperstarter_ project actually demonstrated a few key defecits in _mvn2nix_ that this pull-request resolves. 1. The project requires the...
Simplify the process of building a runnable JAR by including a useful derivation for others to use. It requires that the project under question is setup specifically to use the...
Rather than bundling the full JDK; it seems appealing to run JLink as part of the nix-build and have the output be the target executable. The fringe benefits will also...
I'm seeking guidance on the best way to find associated mappings for SpanKind & errors. ### SpanKind The current codebase has the following snippet: ```java // Add Kind as a...
I'm using 'express-resource-new' which has the feature to define some middleware to be executed before each REST function. I haven't dove too deep but when I add more than 1...
/api/:version/auth/twitter/strategy Based on document I've tried: ``` app.resource('api', function() { this.collection.get('auth', function() { this.collection.get('twitter', function() { this.collection.get('reverse'); }); }); }); ``` However this doesn't work?
Remove the internal xxhash within lz4cli and consolidate to the one true xxhash within third_party.