Daniel González Lopes

Results 46 comments of Daniel González Lopes

Hey! Thanks for reporting this. Sadly, I'm not able to reproduce it on Ubuntu (20.04.3 LTS) nor on an M1 Macbook (12.2.1 Monterey)

> This is OK for a long test, or for tests that already make use of scenarios. But for shorter tests, and especially for "beginner" tests this implies an entry...

> If we allowed the setting of headless in the browser options then what should the behaviour be for a remote browser? Should it ignore the field (which could be...

From reading [this](https://github.com/open-telemetry/opentelemetry-python/pull/320/files#r360471105) Zipkin review and the comments on this issue, I thought that the right scope for the PR was to: - Implement a general timeout mechanism. - Use...

Actually I think using [timeout-decorator](https://pypi.org/project/timeout-decorator/) or [pebble](https://github.com/noxdafox/pebble) is a good idea. But I don't know how I feel about adding a dependency on this. From the reviews in #385, I...

Hello! I [found out](https://kubernetes.io/docs/tasks/administer-cluster/quota-api-object/) that Kubernetes, since v1.15, supports `ResourceQuota` With this you can limit the amount of resources in a specific namespace... and it works with CRDs. Here is...