Patrick Strawderman

Results 24 issues of Patrick Strawderman

Make outputDir configurable, so that users can have full control over the output path. Additionally, the GenerateJavaTask lazy by converting inputs to gradle Properties. See: https://docs.gradle.org/current/userguide/lazy_configuration.html

When I try running the naarad tests, I get multiple test failures. This happens when running them manually or using something like nose. Example test failure: ``` ====================================================================== ERROR: Tests...

I frequently see ExtraFactory.decorate at the top of the list of allocation hotspots when I profile our services. Here is an example from a 1 minute profile: ![image](https://github.com/openzipkin/brave/assets/835139/550a1384-4b40-477b-bc21-8833a2e029ac) It looks...

question