Jake Waffle

Results 5 issues of Jake Waffle

I'm looking to instrument Apache Thrift as well as ActiveMQ. Are there any resources that could point me in the right direction for instrumenting these libraries? Or could someone point...

question

I made a mistake trying to put BOM files into a separate repository. This pull request is what I should have done since the beginning. I thought that the Light...

This pull request is all about improving the existing unit tests. The current unit tests are mainly using the draft 4 version, but we should be making sure that these...

Let's suppose that we have a schema like the one below: ``` { "type": "object", "oneOf": [ { "type": "object", "required": ["name"], "properties": { "name": { "type": "string", "pattern": "^Name1$"...

enhancement
help wanted

### Questions N/A ### Version 4.3.4 to 4.3.8 ### Context We're seeing deadlocks (probably), but only in my CI pipeline that's running unit tests. We're using a gitlab runner in...

bug