James Hughes (Splunk)

Results 28 comments of James Hughes (Splunk)

I concur with your point. That is the sense I have gotten from the situation by enumeration of the facts. I think AWS (as a company) needs to pay Vercel...

Elastic Search is the most prominent, but there are definitely more, and it also extends to retail. I'd imagine discussion of any "hypothetical" lawsuits in specific would be quickly scrubbed...

Summary of thoughts on my above long post: I agree with @quinnturner and @b-bot that some compatibility issues might be deliberate. From my third party perspective influenced solely by github...

I'm having similar issues after adding sentry to my application. If anyone has a working sentry configuration (one which avoids this issue), please let me know. ``` 2021-08-16T23:26:57.588Z [INFO]: Page...

Yup, it's also not in a reviewable state yet, I'll reach out when I feel it is. Thanks for letting me know =)

closing in favor of [plan laid out in discussion](https://github.com/open-telemetry/opentelemetry.io/discussions/3986)

Has anyone taken this yet? We have a need for such in the opentelemetry collector and was wondering if it would be better for me to work around on my...

@ preventing circular dependencies, sounds reasonable but not sure it should be a blocker, can always followup with such in a different PR circular dependencies are inherently un-resolvable so imho...

Given `DependsOn` requires an instantiated container, and `DependsOn` is part of ContainerRequest, it does inherently seem like any runtime modifications to the DependsOn array of an existing container would be...

I think you're aligned with "upstream" (assuming the java impl is the reference spec for testcontainers) Looks like all their dependsOn are of type [`Startable`](https://github.com/testcontainers/testcontainers-java/blob/36c872749862918ddbf449f224aeadd8c87c0261/core/src/test/java/org/testcontainers/junit/DependenciesTest.java#L29) which aligns with a container...