Márk Sági-Kazár
Márk Sági-Kazár
I created a docker image for your software: https://github.com/webplates/docker-migrate Useful when you want to run it in CI processes (which is where I use this image). It's currently based on...
I'm trying to understand the metrics exposed by Browserless to make (automated) scaling decisions based on them. Obviously, one choice is to scale purely based on resource consumption following prior...
**Is your feature request related to a problem? Please describe.** I'd like to reopen the discussion started in #348, #99 and #101. Kubernetes currently has two kinds of health checks...
Like https://packagist.org/packages/beberlei/assert or https://packagist.org/packages/peridot-php/leo I would be happy to provide a PR if you accept such a contribution.
**Is your feature request related to a problem? Please describe.** OpenTracing teamed up with OpenCensus to create OpenTelemetry. Tracing support is already stable. **Describe the solution you'd like** Replace OpenTracing...
**Is your feature request related to a problem? Please describe.** Currently curieconf requires cloud credentials to be passed in custom env vars (eg. `CURIE_S3_ACCESS_KEY`). This is rather inconvenient in scenarios...
I'm trying to see if the page gets redirected to a URL that looks like `api-SOME_HASH.mywebsite.com`. Unfortunately, none of the URL options work. Here is the code: ```go var timeout...
The above mentioned types don't seem to be used in their respective function calls (WaitForRequest and WaitForResponse). Looking at the code [here](https://github.com/mxschmitt/playwright-go/blob/de638a4c485a9853c489991f51d3463a9ece7126/page.go#L336) confirms that there is no way to set...
Would be nice to have official PSR-7 Request DataCollector, and PSR-15 middleware for integration. I am aware of the already existing package (https://github.com/bitExpert/prophiler-psr7-middleware), but would be nice to have it...