vincilee2

Results 5 comments of vincilee2

@clintonimaroo I was wondering if pass through _handlerFactory would work since this._retryHandler.InnerHandler will always use the default _httpClientHandler ``` this._httpClientHandler = new() { CheckCertificateRevocationList = true }; this._retryHandler = this._handlerFactory.Create(this.Log);...

I got the same problem. I fetch contents from my documents and ask who are you, then just got the same error as you.

What should be put into Docker image? Two options: First, we just put Python, conda, playwright, etc without code. Second, we put both code and dependencies together, and build everything...

I'll take this issue first as ramp up. put and compile everything in a docker image could help understand the basic structure of the whole system.