Matvey Karpov
Matvey Karpov
Thank you all for responses! Can I open another PR about changing return type of `multithread_exec` function to generator? As far as I have checked every place where it's called...
Hello, @felixdittrich92! I have updated this pr and opened another pr #1019 about `multithread_exec` return type. Could you, please, review them?
Hello, @felixdittrich92! Excuse me, but, honestly, I don't know what I missed( There are two things I didn't do as you suggested: 1. I didn't use `os.access` function, because it...
I have found one more thing I couldn't implement: using `os.environ.get` with default value in a second argument. I decided to stick with `is None` check, because `mypy` was failing....
> @mtvch thanks for applying all the requested changes i have added some last minor points then we are good to go hugs @felixdittrich92 Thank you for your patience and...
So, I figured out that if you specify proxy with http scheme, e.g. "http://ytsaurus" - suffix won't be appended and it will work. I don't feel that this logic should...
@savnadya Hi! Any updates here? Can I implement it or are you planning to implement it or do you reject this feature?