Justin Lopez

Results 7 comments of Justin Lopez

Only true way of changing the proxy while using the same HttpClient is something like [Titanium-Web-Proxy](https://github.com/justcoding121/Titanium-Web-Proxy). Although if you want a proxy per specific request, it's practically impossible with HttpClient...

I'm receiving this problem as well with latest version.

I like the feature request, but I believe this would be fit best as implemented in your own program, that's just my opinion. I don't see a real need for...

I might introduce this into a PR. My understanding would be to throttle how many messages/conversations a client can send per second. This would actually be a pretty cool feature,...

I could help out, but Windows is all you need. Check this out, https://docs.microsoft.com/en-us/windows/wsl/install-win10

`TF_StringEncodedSize` was removed, but implemented again in v2.5 from my understanding. Could also be found [here](https://github.com/SciSharp/TensorFlow.NET/blob/460c04f802663d9cd0841ba0996423dea9fa6456/src/TensorFlowNET.Core/Tensors/c_api.tensor.cs#L157) in latest TensorFlow.NET Possible solution would be to update `TensorFlow.NET` dependency to v0.40 and...

I'm still browsing around for this, I came across this. https://github.com/nopara73/DotNetTor This specifically, https://github.com/nopara73/DotNetTor/blob/fc438daa573145b12d4ae1d93364797858bc244f/src/DotNetTor.Tests/SharedFixture.cs#L44