Andrew Winterman

Results 22 comments of Andrew Winterman

that is well and good, but what happens if that project ever changes? which version of the project is this repository defined from?

Perhaps a link to that line in the documentation for the package would be helpful? Or better I'd like to refer to those protos in my project-- is there a...

if the errors object simply had a reference to the properties that are erroring, that would be sufficient. Maybe a linked list of the properties that make up the path?

This is the open telemetry js repository, correct? I'm referring specifically to the js sdk, which is us specific. I'm aware there is an old and a new way. That...

Of course. I'm happy to help out there - Can trace setup be used interchangeably in the two ways? - Is one deprecated? Perhaps all that's needed is additional examples...

You would simply omit the last dimension from your read builder. the WILDCARD bucket type is mostly for internal use.

Mind adding tests for your db harness?

I added a commit here which resolves the conflicts I created in your pr: https://github.com/urbanairship/datacube/compare/pmd-dev-redis-db-harness?expand=1

@hackersOfhackers just wanted to let you know that review of this PR is on our todo lists, but it's a bit hectic over here.

console.log(require) from within an endpoint reveals: ``` javascript { paths: { plugins: '../../static/js/plugins', templates: '../../static/js/templates' }, deps: [ '../../static/js/behaviors/jquery.stream', '../../static/js/behaviors/plateloader', '../../static/js/thirdparty/plate.min' ] } ```