Igor Gatis

Results 21 issues of Igor Gatis

There seems to exist a bad interaction between libcurl and Nowin with SSL/TLS persistent connections. ``` curl -v -3 https://somenowinserver.com/robots.txt https://somenowinserver.com/robots.txt https://somenowinserver.com/robots.txt 2>&1 | grep -i connection * SSL connection...

Is there a way to specify timeout for keep-alive connections? Say HTTP clients need long standing (10+min) connections. How to make that happen?

And if so, how one can access it (e.g. for printing purposes)?

According to sample code, it seems that SSL support requires Nowin server to be instantiated directly, lacking the support for Microsoft.Owin.Hosting.

Any thoughts on Bazel support?

enhancement
dependency resolution

I'd like to be able to list several docker images as part of my WORKSPACE but only download the actual image if the target I'm building needs it. Right now,...

Can Close?

I put together a very simple example project: ``` hello/ ├── BUILD.bazel └── Program.cs ``` Where `hello/BUILD.bazel`: ``` load("@io_bazel_rules_dotnet//dotnet:defs.bzl", "dotnet_binary") dotnet_binary( name = "hello.exe", srcs = glob(["**/*.cs"]), deps = [...

Downloaded the binary release and when I tried running it complained about missing dlls which seem to belong to vs 2015. Is it correct to say that CodeFormatter tool requires...

Is there a way to produce the same metrics seen in Lighthouse?

I spent a fair amount of time trying to find how to set logging level for system backend. I failed and I gave up. Is there is a knob for...

P3
type=documentation