Chad Kirby
Chad Kirby
Not only is the syntax invalid, I think the URI is invalid. I don't see vmware.gif in the repo anywhere. Maybe it was hosted on Google Code before the transition?
Maybe this is naive, but is it possible to (relatively) simply implement pagination by moving forward and backward through a FileStream in correlation to the scroll position? edit: I just...
Maybe I can help out. Are you worried about adding locks? If not, I can go through and analyze the multithreaded stuff so it's all thread-safe with locks.
Can't this be achieved in the current design by passing an instance of HttpClient with your own handler in: ``` var httpClient = new HttpClient(); // add request-modification logic here...
I think the biggest problem with PWAs is that they don’t get to take advantage of the discoverability or sense of security provided by the App Store or Play Store,...
> That would require support for Android and iOS from .net core, of which there currently is none. > > https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md Targeting .NET Standard and implementing on Xamarin or Mono...
Looks like WebWindow already targets .NET Standard -- netstandard2.1, to be exact. In this case, it should definitely be possible to implement on mobile via Xamarin.Android v10.0 and Xamarin.iOS v12.16....
Hi @Harsha-Nori, I think your goals with the new ChatTemplate API sound great. If you'd be willing to take this PR, I think it could plug a gap in the...
> Thanks @x3haloed ! We're hoping to merge my change in pretty soon -- next day or two. We can come back and update this PR with an example of...