John Patterson
John Patterson
I'll add the boolean flag, since storing the responses can run up the memory when using the in-memory store. I currently have the response nested in a request struct, but...
Ahh I see, that makes sense. I suppose that covers the use case for headers and parameters, which fit in well with the template. I definitely see using request-baskets for...
I can confirm that this is still an issue with the latest tag of the `browserless/chrome` image: ``` $ docker run --rm -it --entrypoint /bin/bash -u root browserless/chrome root@0a6a500ab388:/usr/src/app# apt...
Someone's going to have to keep me honest here, but I think the partner archive repo is being added, but never used since there's no `apt update` or similar refresh...
Can confirm this issue is no longer present. Thanks!
In 66bada2e66a5c83eb372f5002c2fee10d0609aba, the ability to specify an API session token was added. It's more of a workaround, but I've done the following to be able to use roer when gate...
This is a little perplexing to me as well. I'm seeing the error `flag 'index-cache.config-file' cannot be repeated` when defining `indexCacheConfig` and `bucketCacheConfig` as top-level keys and using the sharded...
@Lukiido Using the chart as is, it looks like the fix is to move the contents of `indexCacheConfig` to `storegateway.config` and remove the `indexCacheConfig` key entirely. I can make a...
Is one of the goals of this resulting integration to have compatibility with the otel exporter (https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/clickhouseexporter)? It's referenced above, but is that as a purely technical reference or schema...
Understandable, thanks for the link and looking forward to trying it out