Daniel Sundberg
Daniel Sundberg
Yes, I can confirm that the above change fixes this problem for my simple test case as well.
Any news on when this will be released? I see very high CPU usage and very slow performance when scrolling on a moderately sized log file (175mb).
Reducing performance rating makes the situation a bit better. This is a server running on a "local cloud". _paying close attention to all aspects of performance_ sounds like a good...
I get the same problem, any plans on merging pull requests that might fix the problem and release a new version?
Ok, I ended up building my site with another tool but I saw a great potential in this tool. Among the 10 (!) different site generators I tried this one...
I get the same thing here, using Powershell on Windows 8.1. Anyone know a version that is working out-of-the-box? I intend to use this on my build server so poking...
I mostly use this to GET/POST/PUT my .Net objects to a Asp.net Wep API, like: ````CS HttpClient.Post("api/obj", myObjInst); ```` I just assumed that everything should work out of the box...
Stumbled upon this once again. I don't manage to get PainlessHttpClient to request Json from my web API. Could you provide sample code on how to do this? I've tried:...
string.Empty doesn't work. HttpClient.PerformRawAsync(HttpMethod.Post, "api/xyz") with no data still gives me Http status LengthRequired. Using System.Net.Http.HttpClient for now.