Tanmay Mohapatra

Results 139 comments of Tanmay Mohapatra

The primary purpose of this package is to enable exposing Julia functions as web APIs. Right now, the path elements are mapped to function parameters and query/form name-value pairs are...

I am not sure where an error could happen. Could you post the error message with stack trace if there was one?

Just adding the curl locks don't seem to make things thread safe. The CI environment is actually single threaded, so best to run the tests locally to see what's failing....

I see `curl_global_init` being done in Downloads.jl [here](https://github.com/JuliaLang/Downloads.jl/blob/4e87640e51f80c3948ee2e78b376955151f421d5/src/Curl/Curl.jl#L42).

Awesome! Seems to work fine with https://github.com/JuliaLang/Downloads.jl/pull/151 :tada: :+1: Will clean this branch up and test a bit more.

Was able to test gRPCClient on Julia 1.5 and Downloads master quite a bit. Tests pass when I use a per thread Downloader, which having a separate client instance per...

From what is mentioned for `CURL_LOCK_DATA_CONNECT`, unfortunately it looks like connection cache is always shared when using `Multi` and there's no way to opt out of it. It also mentions...

Hi @c42f, could you please review this PR?

Hi @alexkyllo. It would be great to enhance the functionality of Azure.jl with additional auth flows. Please feel free to submit PRs.